diff options
Diffstat (limited to 'Library/Formula/zookeeper.rb')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 6bf16e64e..cf67bd26b 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -22,7 +22,7 @@ class Zookeeper < Formula option "c", "Build C bindings" option "perl", "Build Perl bindings" - depends_on :ant + depends_on :ant => :build depends_on :python => :optional def shim_script target |
