diff options
Diffstat (limited to 'sysutils/cfengine34/Makefile')
-rw-r--r-- | sysutils/cfengine34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile index 9395ff4fc334..4e7096913e1a 100644 --- a/sysutils/cfengine34/Makefile +++ b/sysutils/cfengine34/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --with-pcre=${LOCALBASE} \ --enable-fhs -LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre OPTIONS= TOKYOCABINET "Enable TokyoCabinet support" on \ QDBM "Enable QDBM support" off \ |