summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2010-09-06 08:22:33 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2010-09-06 08:22:33 +0000
commit727a1430a981416f941a4ce80ac45bc56c3174c8 (patch)
treebe60366507a97abebd90613129032b4def163d43 /net-mgmt
parent- Update to 2.0002 (diff)
- Fix sqlite option
PR: ports/148790 Submitted by: Jim Riggs <ports at christianserving dot org> (maintainer) Approved by: beat (co-mentor, implicit)
Notes
Notes: svn path=/head/; revision=260631
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix-frontend/Makefile2
-rw-r--r--net-mgmt/zabbix2-frontend/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix-frontend/Makefile b/net-mgmt/zabbix-frontend/Makefile
index 43193b42bbc3..097014690c0b 100644
--- a/net-mgmt/zabbix-frontend/Makefile
+++ b/net-mgmt/zabbix-frontend/Makefile
@@ -39,7 +39,7 @@ USE_PHP+= pgsql
.endif
.ifdef WITH_SQLITE
-USE_PHP+= sqlite
+RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/sqlite3.so:${PORTSDIR}/databases/php-sqlite3
.endif
do-install:
diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile
index 43193b42bbc3..097014690c0b 100644
--- a/net-mgmt/zabbix2-frontend/Makefile
+++ b/net-mgmt/zabbix2-frontend/Makefile
@@ -39,7 +39,7 @@ USE_PHP+= pgsql
.endif
.ifdef WITH_SQLITE
-USE_PHP+= sqlite
+RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/sqlite3.so:${PORTSDIR}/databases/php-sqlite3
.endif
do-install: