diff options
| author | J. Brandt Buckley | 2013-04-12 15:41:06 -0700 |
|---|---|---|
| committer | Jack Nagel | 2013-04-13 01:33:02 -0500 |
| commit | 6649cac3051123adc14a2b64fdd38c416983fc92 (patch) | |
| tree | 19e926bd992e52b7d09d958cb12f0daa05ce6c22 /Library/Formula | |
| parent | 034126585017e2dcd8d4808dbda4039e99d91932 (diff) | |
| download | homebrew-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.rb | 1 |
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| |
