aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-03 17:12:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-03 17:12:19 +0000
commitdd6b80395918cd828a3d079b32ada83f9026ee3c (patch)
tree04a2d9c7fb05db327a90ebf9889532c7e97528fd /net-mgmt
parent6cdb4c42fa97710bbc8b0718ad61b5eda4d8e4c5 (diff)
downloadports-dd6b80395918cd828a3d079b32ada83f9026ee3c.tar.gz
ports-dd6b80395918cd828a3d079b32ada83f9026ee3c.zip
- Add missing depends
PR: 146282 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=255673
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix-frontend/Makefile3
-rw-r--r--net-mgmt/zabbix2-frontend/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/zabbix-frontend/Makefile b/net-mgmt/zabbix-frontend/Makefile
index 6132eaed3f81..43193b42bbc3 100644
--- a/net-mgmt/zabbix-frontend/Makefile
+++ b/net-mgmt/zabbix-frontend/Makefile
@@ -14,7 +14,8 @@ NO_BUILD= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend
-USE_PHP= bcmath ctype gd pcre snmp sockets
+USE_PHP= bcmath ctype gd pcre snmp sockets mbstring session dom xml \
+ xmlreader xmlwriter
IGNORE_WITH_PHP= 4
WANT_PHP_WEB= yes
diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile
index 6132eaed3f81..43193b42bbc3 100644
--- a/net-mgmt/zabbix2-frontend/Makefile
+++ b/net-mgmt/zabbix2-frontend/Makefile
@@ -14,7 +14,8 @@ NO_BUILD= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend
-USE_PHP= bcmath ctype gd pcre snmp sockets
+USE_PHP= bcmath ctype gd pcre snmp sockets mbstring session dom xml \
+ xmlreader xmlwriter
IGNORE_WITH_PHP= 4
WANT_PHP_WEB= yes