diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 06:17:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 06:17:55 +0000 |
commit | 7198397008578b439d71d79709338d0edf8994e7 (patch) | |
tree | 2ee65a310c146717346f45e913c3a4f9e49150f2 /sysutils/cfengine/Makefile | |
parent | 15d141d190dc1cfe05a07d348edc5ccc4004f614 (diff) | |
download | ports-7198397008578b439d71d79709338d0edf8994e7.tar.gz ports-7198397008578b439d71d79709338d0edf8994e7.zip |
Notes
Diffstat (limited to 'sysutils/cfengine/Makefile')
-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 eed233e01ccd..cd9ea3d0ac9b 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -6,13 +6,13 @@ # PORTNAME= cfengine -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gordont@bluemtn.net .if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper |