zile: update deps

help2man is a build-time dependency, and gettext is unused here.
This commit is contained in:
Jack Nagel 2014-06-05 23:45:57 -05:00
parent 4effb69a3a
commit 543e391e48

View file

@ -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}"