aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zookeeper.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-01 21:38:18 -0500
committerJack Nagel2014-06-01 21:38:18 -0500
commit5424443523841478c8b21379e7901851223dac35 (patch)
treebabbd1dd1f65dccdf83164b2a28af04c1d126550 /Library/Formula/zookeeper.rb
parent40f477491ba8b6f8867339d4f60adf425f0d21b8 (diff)
downloadhomebrew-5424443523841478c8b21379e7901851223dac35.tar.bz2
zookeeper: modernize autotools deps
Diffstat (limited to 'Library/Formula/zookeeper.rb')
-rw-r--r--Library/Formula/zookeeper.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb
index cf67bd26b..8e03041b4 100644
--- a/Library/Formula/zookeeper.rb
+++ b/Library/Formula/zookeeper.rb
@@ -14,9 +14,9 @@ class Zookeeper < Formula
head do
url 'http://svn.apache.org/repos/asf/zookeeper/trunk'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
option "c", "Build C bindings"