diff options
| author | Jack Nagel | 2013-09-21 20:47:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:05:31 -0500 |
| commit | b6007daae0c1880f37bcc420f79d6ad9bec43a6f (patch) | |
| tree | cb8e0000db9a888e5f42a2b21813192a5b1d8714 /Library/Formula/zookeeper.rb | |
| parent | 5d9c2b9ce943868325e0a4daa49dc0b99515bf61 (diff) | |
| download | homebrew-b6007daae0c1880f37bcc420f79d6ad9bec43a6f.tar.bz2 | |
zookeeper: use spec deps
Diffstat (limited to 'Library/Formula/zookeeper.rb')
| -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 |
