diff options
Diffstat (limited to 'Library/Formula/curl.rb')
| -rw-r--r-- | Library/Formula/curl.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb index f3b95c0f7..18c80b2bb 100644 --- a/Library/Formula/curl.rb +++ b/Library/Formula/curl.rb @@ -5,7 +5,8 @@ class Curl < Formula homepage 'http://curl.haxx.se/' md5 'ca96df88e044c7c25d19692ec8b250b2' - keg_only :provided_by_osx + keg_only :provided_by_osx, + "The libcurl provided by Leopard is too old for CouchDB to use." def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
