aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/subversion.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb
index e84ee18b4..022bd7e76 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -42,6 +42,7 @@ class Subversion < Formula
# for consistency. - @adamv
depends_on 'neon'
depends_on 'sqlite'
+ depends_on 'serf'
if ARGV.build_universal?
depends_on UniversalNeon.new
@@ -91,6 +92,7 @@ class Subversion < Formula
"--with-ssl",
"--with-zlib=/usr",
"--with-sqlite=#{HOMEBREW_PREFIX}",
+ "--with-serf=#{HOMEBREW_PREFIX}",
# use our neon, not OS X's
"--disable-neon-version-check",
"--disable-mod-activation",