pcre++: use Formula[]
This commit is contained in:
parent
51851ca9e8
commit
a7ea32c090
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Pcrexx < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
pcre = Formula.factory('pcre').opt_prefix
|
||||
pcre = Formula["pcre"].opt_prefix
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue