diff options
Diffstat (limited to 'Library/Formula/cfengine.rb')
| -rw-r--r-- | Library/Formula/cfengine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb index 1c9c363f2..5c1f0a120 100644 --- a/Library/Formula/cfengine.rb +++ b/Library/Formula/cfengine.rb @@ -21,7 +21,7 @@ class Cfengine < Formula "--prefix=#{prefix}", "--with-workdir=#{var}/cfengine", "--with-tokyocabinet", - "--with-pcre=#{Formula.factory('pcre').opt_prefix}", + "--with-pcre=#{Formula['pcre'].opt_prefix}", "--without-mysql", "--without-postgresql" system "make install" |
