diff options
| author | Adam Vandenberg | 2014-02-26 20:31:35 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:23 -0800 | 
| commit | 5ffd9861aa95467b0b9fc27edd0b5639c208dd2a (patch) | |
| tree | 190c87fb03334983f21b40d2baffd72195ddb96a /Library/Formula | |
| parent | c4afb35ae2a8ada49830e71011b1391663229b25 (diff) | |
| download | homebrew-5ffd9861aa95467b0b9fc27edd0b5639c208dd2a.tar.bz2 | |
pcre++: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pcre++.rb | 2 | 
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}",  | 
