Commit 75e9705d authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #805 from uberhacker/update-whois-package

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