Skip to content

Commit

Permalink
cfengine: use Formula[]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 27, 2014
1 parent 8dce4b8 commit c9bac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cfengine.rb
Expand Up @@ -21,7 +21,7 @@ def install
"--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"
Expand Down

0 comments on commit c9bac22

Please sign in to comment.