zookeeper: fix dependency order
This commit is contained in:
parent
c210be053e
commit
0a15bac7fa
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ class Zookeeper < Formula
|
|||
url "https://svn.apache.org/repos/asf/zookeeper/trunk"
|
||||
|
||||
depends_on "ant" => :build
|
||||
depends_on "cppunit" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "cppunit" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
def shim_script(target)
|
||||
|
|
Loading…
Reference in a new issue