diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-20 01:12:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-20 01:12:33 +0000 |
commit | b54ce1055da5012d0a3737121c7f635c8585ffb7 (patch) | |
tree | 4a3432ab7a7e0d8169169f8fa46d082319c2994d /sysutils/cfengine | |
parent | a8125753f9b6f52720f191d12d26a979d32ed498 (diff) | |
download | ports-b54ce1055da5012d0a3737121c7f635c8585ffb7.tar.gz ports-b54ce1055da5012d0a3737121c7f635c8585ffb7.zip |
Notes
Diffstat (limited to 'sysutils/cfengine')
-rw-r--r-- | sysutils/cfengine/Makefile | 8 | ||||
-rw-r--r-- | sysutils/cfengine/pkg-descr | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index 6b9dd7319ff1..e5fbee11c0bf 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -7,15 +7,19 @@ PORTNAME= cfengine PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \ +MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ + ftp://sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gordont@gnf.org +.if defined(PACKAGE_BUILDING) BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +.endif + LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 .if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper diff --git a/sysutils/cfengine/pkg-descr b/sysutils/cfengine/pkg-descr index 8f08a393f837..b1a53d4609d2 100644 --- a/sysutils/cfengine/pkg-descr +++ b/sysutils/cfengine/pkg-descr @@ -6,4 +6,4 @@ the configuration and maintenance of system state, for small to huge configurations. Cfengine is designed to be a part of a computer immune system. -WWW: http://www.iu.hioslo.no/cfengine/ +WWW: http://www.cfengine.org/ |