aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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"