Subversion: don't hardcode HOMEBREW_PREFIX

Closes Homebrew/homebrew#10147.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Damien Pollet 2012-02-13 15:48:22 +01:00 committed by Jack Nagel
parent d42b04c577
commit 6ca3b5b0f0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Subversion < Formula
"--prefix=#{prefix}",
"--with-ssl",
"--with-zlib=/usr",
"--with-sqlite=/usr/local",
"--with-sqlite=#{HOMEBREW_PREFIX}",
# use our neon, not OS X's
"--disable-neon-version-check",
"--disable-mod-activation",