diff options
| -rw-r--r-- | Library/Formula/zookeeper.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 18c8fdb69..be6f10f12 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -5,16 +5,16 @@ class Zookeeper < Formula url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz' sha1 'fd921575e02478909557034ea922de871926efc7' - head 'http://svn.apache.org/repos/asf/zookeeper/trunk' + head do + url 'http://svn.apache.org/repos/asf/zookeeper/trunk' - option "c", "Build C bindings." - option "perl", "Build Perl bindings." - - if build.head? depends_on :automake depends_on :libtool end + option "c", "Build C bindings." + option "perl", "Build Perl bindings." + depends_on :python => :optional def shim_script target |
