aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJ. Brandt Buckley2013-04-12 15:41:06 -0700
committerJack Nagel2013-04-13 01:33:02 -0500
commit6649cac3051123adc14a2b64fdd38c416983fc92 (patch)
tree19e926bd992e52b7d09d958cb12f0daa05ce6c22 /Library/Formula
parent034126585017e2dcd8d4808dbda4039e99d91932 (diff)
downloadhomebrew-6649cac3051123adc14a2b64fdd38c416983fc92.tar.bz2
ftimes: specify location of pcre
Closes #19167. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ftimes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ftimes.rb b/Library/Formula/ftimes.rb
index de147619f..b6acbc55a 100644
--- a/Library/Formula/ftimes.rb
+++ b/Library/Formula/ftimes.rb
@@ -10,6 +10,7 @@ class Ftimes < Formula
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
+ "--with-pcre=#{Formula.factory('pcre').opt_prefix}",
"--prefix=#{prefix}"
inreplace 'doc/ftimes/Makefile' do |s|