zile: fix dependency order
This commit is contained in:
parent
e7a47eed96
commit
af889fbb05
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ class Zile < Formula
|
|||
cause "src/funcs.c:1128: error: #pragma GCC diagnostic not allowed inside functions"
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "help2man" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "bdw-gc"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue