zile: update deps
help2man is a build-time dependency, and gettext is unused here.
This commit is contained in:
parent
4effb69a3a
commit
543e391e48
1 changed files with 1 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue