diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-08-08 19:41:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-08-08 19:41:12 +0000 |
commit | 9599c057ead9ecf0bdafbb33e261d30f429f047b (patch) | |
tree | c1c6e22a1a6976a0daec71081acc3abbdd976dbc /sysutils/cfengine3-legacy | |
parent | ae5aa70e9fb7504a5bfc15ce77e82f437744c4c3 (diff) |
Notes
Diffstat (limited to 'sysutils/cfengine3-legacy')
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile index 5a28c3d558fe..3dc6026c6610 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/Makefile @@ -7,6 +7,7 @@ PORTNAME= cfengine PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.cfengine.org/tarballs/ @@ -34,7 +35,7 @@ OPTIONS= PCRE "Enable Perl-compatible regular expressions" on .include <bsd.port.pre.mk> .if defined(WITH_PCRE) -BUILD_DEPENDS+= pcre-config:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} .endif |