diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-29 19:52:02 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-29 19:52:02 +0000 |
commit | 60c6914e13b5791864129b6d151dfc22c81dd9ff (patch) | |
tree | 3f70de6465362d6913fc94b9c032635fdbdf0c19 /net-mgmt | |
parent | 27705ea5cab552206fa167d6e8504d559b33f227 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix16-frontend/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zabbix16-server/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/zabbix16-frontend/Makefile b/net-mgmt/zabbix16-frontend/Makefile index 13deef7e3ec7..c3a95ce56d47 100644 --- a/net-mgmt/zabbix16-frontend/Makefile +++ b/net-mgmt/zabbix16-frontend/Makefile @@ -6,6 +6,7 @@ # PORTNAME= zabbix +PORTREVISION= 1 PKGNAMESUFFIX= -frontend MASTERDIR= ${.CURDIR}/../zabbix16-server @@ -14,7 +15,7 @@ NO_BUILD= yes PATCHDIR= PLIST= ${PKGDIR}/pkg-plist.frontend -USE_PHP= bcmath gd pcre snmp sockets +USE_PHP= bcmath ctype gd pcre snmp sockets WANT_PHP_WEB= yes OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options diff --git a/net-mgmt/zabbix16-server/Makefile b/net-mgmt/zabbix16-server/Makefile index 2d9553ab15a6..fc001ea6df26 100644 --- a/net-mgmt/zabbix16-server/Makefile +++ b/net-mgmt/zabbix16-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.6.8 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} |