Commit 371b344b authored by Ed Reel's avatar Ed Reel

Add gettext dependency to whois package

parent 8d5f31ea
...@@ -7,6 +7,8 @@ class Whois < Package ...@@ -7,6 +7,8 @@ class Whois < Package
source_url 'https://github.com/rfc1036/whois/archive/v5.2.16.tar.gz' source_url 'https://github.com/rfc1036/whois/archive/v5.2.16.tar.gz'
source_sha1 '1a5afb7363ef62de0565ae10cee7f0a42b6b260e' source_sha1 '1a5afb7363ef62de0565ae10cee7f0a42b6b260e'
depends_on 'gettext'
def self.build def self.build
system "sed -i 's,prefix = /usr,prefix = /usr/local,' Makefile" system "sed -i 's,prefix = /usr,prefix = /usr/local,' Makefile"
system "sed -i 's,prefix = /usr,prefix = /usr/local,' po/Makefile" system "sed -i 's,prefix = /usr,prefix = /usr/local,' po/Makefile"
......
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