aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:42:16 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:42:16 +0000
commit49c6d55a5ac2e31e5922029d4f0a17bda94488ba (patch)
tree0a226b5486dc4aac57c5e7b1c4a89faa6b4e1cc1 /net-mgmt/zabbix2
parent3e1a104b6825136073b39fb291d7f820c29ded3c (diff)
downloadports-49c6d55a5ac2e31e5922029d4f0a17bda94488ba.tar.gz
ports-49c6d55a5ac2e31e5922029d4f0a17bda94488ba.zip
Switch to the new PHP infrastructure.
Notes
Notes: svn path=/head/; revision=114193
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r--net-mgmt/zabbix2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile
index 2e5fada87d94..1a77e2ec82d9 100644
--- a/net-mgmt/zabbix2/Makefile
+++ b/net-mgmt/zabbix2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zabbix
PORTVERSION= 1.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -21,17 +22,17 @@ OPTIONS= PGSQL "Use a PostgreSQL backend" off \
FPING "Use fping for pinging hosts" on
.endif
-.include <bsd.port.pre.mk>
-
.ifdef(ZABBIX_AGENT_ONLY)
PKGNAMESUFFIX= -agent
PLIST= ${MASTERDIR}/pkg-plist.agent
PKGMESSAGE= nonexistent
.else # ZABBIX_AGENT_ONLY
LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp
-RUN_DEPENDS= php:${PORTSDIR}/lang/php4-nms
+USE_PHP= gd snmp sockets
.endif # ZABBIX_AGENT_ONLY
+.include <bsd.port.pre.mk>
+
.ifndef(WITHOUT_FPING)
RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
.endif