summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-08-22 19:13:46 +0000
committerAde Lovett <ade@FreeBSD.org>2002-08-22 19:13:46 +0000
commit76d6ac6122a05c3551580945d540f2f8e1e4c85a (patch)
tree1ac1f3067b29ba7cf054151113186d5959189940 /sysutils/cfengine3-legacy
parentBerkeleyDB cleanup: (diff)
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
Notes
Notes: svn path=/head/; revision=64836
Diffstat (limited to 'sysutils/cfengine3-legacy')
-rw-r--r--sysutils/cfengine3-legacy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
index b873c37ec393..81c044333557 100644
--- a/sysutils/cfengine3-legacy/Makefile
+++ b/sysutils/cfengine3-legacy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 1.6.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
ftp://ftp.sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \
@@ -20,7 +20,7 @@ MAINTAINER= gordon@FreeBSD.org
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
-LIB_DEPENDS= db3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif