diff options
Diffstat (limited to 'sysutils/cfengine3-legacy/Makefile')
-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 5edd6e6274c..afbc3936b3e 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/Makefile @@ -7,6 +7,7 @@ PORTNAME= cfengine PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -35,7 +36,7 @@ OPTIONS= PCRE "Enable Perl-compatible regular expressions" on .include <bsd.port.pre.mk> .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} .endif |