diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
commit | 76d6ac6122a05c3551580945d540f2f8e1e4c85a (patch) | |
tree | 1ac1f3067b29ba7cf054151113186d5959189940 /sysutils/cfengine | |
parent | 91f316e522763596bca3cb4343e77f9c2296c078 (diff) | |
download | ports-76d6ac6122a05c3551580945d540f2f8e1e4c85a.tar.gz ports-76d6ac6122a05c3551580945d540f2f8e1e4c85a.zip |
Notes
Diffstat (limited to 'sysutils/cfengine')
-rw-r--r-- | sysutils/cfengine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index b873c37ec393..81c044333557 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/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 |