cfengine: use Formula[]
This commit is contained in:
parent
8dce4b8bad
commit
c9bac2287a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue