diff options
| -rw-r--r-- | Library/Formula/zookeeper.rb | 6 |
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" |
