From ca314379df58ff475d882f5aa525dc362acd448e Mon Sep 17 00:00:00 2001 From: Dmitry Wolf Date: Sat, 5 May 2012 08:16:49 +0400 Subject: 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 --- Library/Formula/subversion.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/subversion.rb') 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", -- cgit v1.2.3