diff options
| author | Adam Vandenberg | 2013-01-28 19:49:10 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:23 -0800 |
| commit | 3c12d869bf5e01f98f232c46cf74406ad8845dee (patch) | |
| tree | b68c366be7bccad2009b0b5abc70e79e1439bb2b /Library/Formula | |
| parent | 358614175dd28f342a9b159f4bb4419c5a13ee09 (diff) | |
| download | homebrew-3c12d869bf5e01f98f232c46cf74406ad8845dee.tar.bz2 | |
neon: style nits
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" |
