cfengine: depends on pcre
Closes Homebrew/homebrew#12192. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1da4d94fcc
commit
b31d163a3b
1 changed files with 4 additions and 0 deletions
|
@ -6,8 +6,12 @@ class Cfengine < Formula
|
|||
sha1 '254b1a5db2d4b01daf49455c9c9a5dac5b3f2fdb'
|
||||
|
||||
depends_on 'tokyo-cabinet'
|
||||
depends_on 'pcre'
|
||||
|
||||
def install
|
||||
# Find our libpcre
|
||||
ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib"
|
||||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-workdir=#{var}/cfengine",
|
||||
|
|
Loading…
Reference in a new issue