From bcf1985de7151dbe82240ec6f582263969124d32 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 14 Jun 2013 08:43:43 -0700 Subject: subversion: restore neon support Neon is needed to connect to certain WebDAV servers. Closes #20495. --- Library/Formula/subversion.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 9fe1373a2..4b8d4fa8f 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -14,8 +14,9 @@ class Subversion < Formula depends_on 'pkg-config' => :build # Always build against Homebrew versions instead of system versions for consistency. - depends_on 'sqlite' + depends_on 'neon' depends_on 'serf' + depends_on 'sqlite' depends_on :python => :optional # Building Ruby bindings requires libtool @@ -79,7 +80,7 @@ class Subversion < Formula "--with-zlib=/usr", "--with-sqlite=#{Formula.factory('sqlite').opt_prefix}", "--with-serf=#{Formula.factory('serf').opt_prefix}", - "--without-neon", + "--disable-neon-version-check", "--disable-mod-activation", "--disable-nls", "--without-apache-libexecdir", -- cgit v1.2.3