diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-06 08:22:33 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-06 08:22:33 +0000 |
commit | 727a1430a981416f941a4ce80ac45bc56c3174c8 (patch) | |
tree | be60366507a97abebd90613129032b4def163d43 /net-mgmt | |
parent | 54a3b1fced9e4fa57cc9ddb029de1a599d5f672b (diff) | |
download | ports-727a1430a981416f941a4ce80ac45bc56c3174c8.tar.gz ports-727a1430a981416f941a4ce80ac45bc56c3174c8.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix-frontend/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2-frontend/Makefile | 2 |
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: |