From be0b9912665d6b9817306e97e10f6829144a8d83 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 14 Feb 2012 12:45:35 +0000 Subject: Bump pcre library dependency due to 8.30 update --- sysutils/cfengine3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/cfengine3') diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 5edd6e6274c8..afbc3936b3e2 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/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 .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} .endif -- cgit