zookeeper: fix dependency order

This commit is contained in:
commitay 2018-09-18 13:50:19 +10:00
parent c210be053e
commit 0a15bac7fa

View file

@ -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)