diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/neon.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index 52c5419de..7adc24ab2 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -1,9 +1,9 @@ require 'formula' class Neon < Formula + homepage 'http://www.webdav.org/neon/' url 'http://www.webdav.org/neon/neon-0.29.6.tar.gz' sha1 'ae1109923303f67ed3421157927bc4bc29c58961' - homepage 'http://www.webdav.org/neon/' depends_on 'pkg-config' => :build @@ -15,8 +15,8 @@ class Neon < Formula def install ENV.universal_binary if build.universal? ENV.enable_warnings - system "./configure", "--prefix=#{prefix}", - "--disable-debug", + system "./configure", "--disable-debug", + "--prefix=#{prefix}", "--enable-shared", "--disable-static", "--with-ssl" |
