aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-05 23:45:57 -0500
committerJack Nagel2014-06-05 23:45:58 -0500
commit23dbfda8d456e3a983f72695c5a17faea43e6c58 (patch)
tree9b6b108587a42aebdfb76e9a14318fd9f4071e55 /Library
parentae32b694705c4513fbfdd492d81a8878738b0d42 (diff)
downloadhomebrew-23dbfda8d456e3a983f72695c5a17faea43e6c58.tar.bz2
zile: update deps
help2man is a build-time dependency, and gettext is unused here.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zile.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/zile.rb b/Library/Formula/zile.rb
index a044380d8..48babb16e 100644
--- a/Library/Formula/zile.rb
+++ b/Library/Formula/zile.rb
@@ -13,9 +13,8 @@ class Zile < Formula
end
depends_on "pkg-config" => :build
+ depends_on "help2man" => :build
depends_on "bdw-gc"
- depends_on "gettext"
- depends_on "help2man"
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"