aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/couchdb.rb')
-rw-r--r--Library/Formula/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index eb08c3a8c..c69d49e22 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -8,7 +8,7 @@ class Couchdb < Formula
depends_on 'spidermonkey'
depends_on 'icu4c'
depends_on 'erlang'
- depends_on 'curl' if MACOS_VERSION < 10.6
+ depends_on 'curl' if MacOS.leopard?
def install
system "./bootstrap" if File.exists? "bootstrap"