ftimes: use Formula[]

master
Adam Vandenberg 2014-02-24 21:49:54 -08:00
parent aa8e27d1af
commit 61f0ea1ea9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Ftimes < Formula
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--with-pcre=#{Formula.factory('pcre').opt_prefix}",
"--with-pcre=#{Formula['pcre'].opt_prefix}",
"--prefix=#{prefix}"
inreplace 'doc/ftimes/Makefile' do |s|