aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-09 06:32:16 -0800
committerAdam Vandenberg2010-11-09 06:32:16 -0800
commitdc302faa2e304712e68f48bb74cbe27435017f61 (patch)
tree2b80d01ac43c31bd996e22f7b5d8f03d651858ec /Library/Formula/couchdb.rb
parentfd70ad49012be75c532b7991d1a1f0264a0ec91f (diff)
downloadhomebrew-dc302faa2e304712e68f48bb74cbe27435017f61.tar.bz2
couchdb - needs newer curl on Leopard
Diffstat (limited to 'Library/Formula/couchdb.rb')
-rw-r--r--Library/Formula/couchdb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index 9942d809b..ef43757fe 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -8,6 +8,7 @@ class Couchdb <Formula
depends_on 'spidermonkey'
depends_on 'icu4c'
depends_on 'erlang'
+ depends_on 'curl' if MACOS_VERSION < 10.6
def install
system "./bootstrap" if File.exists? "bootstrap"