aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/curl.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-09 13:20:56 -0800
committerAdam Vandenberg2010-11-09 13:20:56 -0800
commit234e1abf4c82c43add7b00c93c069250e9cff6f7 (patch)
tree9e04b1b40c08547b804ee523ee156bc2602daef5 /Library/Formula/curl.rb
parent9bb7ca48618278cda1afe54f2b54a2d39e886e36 (diff)
downloadhomebrew-234e1abf4c82c43add7b00c93c069250e9cff6f7.tar.bz2
curl - should have been marked 'keg-only'.
Diffstat (limited to 'Library/Formula/curl.rb')
-rw-r--r--Library/Formula/curl.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb
index cc898a67f..95a73564f 100644
--- a/Library/Formula/curl.rb
+++ b/Library/Formula/curl.rb
@@ -5,6 +5,8 @@ class Curl <Formula
homepage 'http://curl.haxx.se/'
md5 'ca96df88e044c7c25d19692ec8b250b2'
+ keg_only :provided_by_osx
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"