aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pcre++.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pcre++.rb b/Library/Formula/pcre++.rb
index 734bf9196..7ce1992b6 100644
--- a/Library/Formula/pcre++.rb
+++ b/Library/Formula/pcre++.rb
@@ -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}",