diff options
| author | Dmitry Wolf | 2012-05-05 08:16:49 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-11 07:38:51 -0700 |
| commit | ca314379df58ff475d882f5aa525dc362acd448e (patch) | |
| tree | 093e19cd9a4825b4657554af6998be4b80c97bd9 /Library/Formula/subversion.rb | |
| parent | d8f55b3b410d4c08f6c4eae05e0bc48c3884bb0b (diff) | |
| download | homebrew-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.rb | 2 |
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", |
