aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-26 20:31:35 -0800
committerAdam Vandenberg2014-02-27 08:21:23 -0800
commit5ffd9861aa95467b0b9fc27edd0b5639c208dd2a (patch)
tree190c87fb03334983f21b40d2baffd72195ddb96a /Library/Formula
parentc4afb35ae2a8ada49830e71011b1391663229b25 (diff)
downloadhomebrew-5ffd9861aa95467b0b9fc27edd0b5639c208dd2a.tar.bz2
pcre++: use Formula[]
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}",