aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/neon.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb
index 2b7686492..2dfd0ee91 100644
--- a/Library/Formula/neon.rb
+++ b/Library/Formula/neon.rb
@@ -5,10 +5,16 @@ class Neon <Formula
@homepage='http://www.webdav.org/neon/'
@md5='18a3764b70f9317f8b61509fd90d9e7a'
+ def keg_only?
+ :provided_by_osx
+ end
+
def install
system "./configure", "--prefix=#{prefix}",
"--disable-debug",
"--disable-dependency-tracking",
+ "--enable-shared",
+ "--disable-static",
"--with-ssl"
system "make install"
end