aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
diff options
context:
space:
mode:
authorDmitry Wolf2012-05-05 08:16:49 +0400
committerAdam Vandenberg2012-06-11 07:38:51 -0700
commitca314379df58ff475d882f5aa525dc362acd448e (patch)
tree093e19cd9a4825b4657554af6998be4b80c97bd9 /Library/Formula/subversion.rb
parentd8f55b3b410d4c08f6c4eae05e0bc48c3884bb0b (diff)
downloadhomebrew-ca314379df58ff475d882f5aa525dc362acd448e.tar.bz2
subversion: add serf dependency
serf will become the default http library in 1.8, and is used by come servers now Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/subversion.rb')
-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",