Commit 9b01fdcf authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #844 from jam7/update/dep

Correct dependencies
parents d32dd7a7 cf519bbe
......@@ -7,6 +7,8 @@ class Groff < Package
source_url 'http://ftp.gnu.org/gnu/groff/groff-1.22.3.tar.gz'
source_sha256 '3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5'
depends_on 'perl'
def self.build
system 'INSTALL_PROGRAM=\'${INSTALL} -s\' ./configure'
......
......@@ -13,6 +13,7 @@ class Mandb < Package
depends_on 'groff'
depends_on 'pkgconfig'
depends_on 'readline'
depends_on 'zlibpkg'
def self.build
system './configure',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment