aboutsummaryrefslogtreecommitdiff
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
parent54a3b1fced9e4fa57cc9ddb029de1a599d5f672b (diff)
downloadports-727a1430a981416f941a4ce80ac45bc56c3174c8.tar.gz
ports-727a1430a981416f941a4ce80ac45bc56c3174c8.zip
Notes
-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: