diff options
| author | Jack Nagel | 2014-05-30 14:58:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-30 15:33:11 -0500 |
| commit | 95a7e28e47589fb44f6f3483c8333b529aef187f (patch) | |
| tree | c66543073fb640a85c0b45404cef14db4886d015 /Library/Formula/zookeeper.rb | |
| parent | b899e0af2dc62d74a35a8ff16d4511313e4e88e3 (diff) | |
| download | homebrew-95a7e28e47589fb44f6f3483c8333b529aef187f.tar.bz2 | |
Explicitly mark ant deps as build-time deps
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 |
