aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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}"