aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2011-08-09 03:41:12 +0800
committercy <cy@FreeBSD.org>2011-08-09 03:41:12 +0800
commit321dbd1d90ac6cc1cfd3c0d4b5b0ab8f5efa8a69 (patch)
treec869c0741c46fef861efa8355483d507c2d12ad3 /sysutils
parentf1bc8cdf12c689635fcfbb27ba4e171055f5a722 (diff)
downloadfreebsd-ports-gnome-321dbd1d90ac6cc1cfd3c0d4b5b0ab8f5efa8a69.tar.gz
freebsd-ports-gnome-321dbd1d90ac6cc1cfd3c0d4b5b0ab8f5efa8a69.tar.zst
freebsd-ports-gnome-321dbd1d90ac6cc1cfd3c0d4b5b0ab8f5efa8a69.zip
eplace build dependency with library dependency.
PR: 157965 Submitted by: Jim Vanderveen <jim.vanderveen@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine3-legacy/Makefile3
-rw-r--r--sysutils/cfengine3/Makefile3
2 files changed, 4 insertions, 2 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
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index 5a28c3d558fe..3dc6026c6610 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/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