From 3bdabf66a1f40243b6310f56a62cabb69dc82a12 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 6 Jun 2013 15:08:19 -0500 Subject: git: use opt_prefix for pcre --- Library/Formula/git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 18e909d04..3e82c81be 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -41,7 +41,7 @@ class Git < Formula if build.with? 'pcre' ENV['USE_LIBPCRE'] = '1' - ENV['LIBPCREDIR'] = HOMEBREW_PREFIX + ENV['LIBPCREDIR'] = Formula.factory('pcre').opt_prefix end ENV['NO_GETTEXT'] = '1' unless build.with? 'gettext' -- cgit v1.2.3