summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-06-26 11:40:50 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-06-26 11:40:50 +0000
commita0718a37faaf941e8653ea666eb559e6aba2d5c6 (patch)
treefe6ee88705679289ba11c53a9242c3b8724827d4 /net-mgmt/zabbix
parent[PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mk (diff)
- Add use_{pgsql,sqlite} in addition to use_php={pgsql,sqlite}
Inspired by: pav
Notes
Notes: svn path=/head/; revision=194290
Diffstat (limited to 'net-mgmt/zabbix')
-rw-r--r--net-mgmt/zabbix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile
index 8c0de1b6237d..ff76b30d2c45 100644
--- a/net-mgmt/zabbix/Makefile
+++ b/net-mgmt/zabbix/Makefile
@@ -51,9 +51,11 @@ USE_MYSQL= yes
USE_PHP+= mysql
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}/bin/mysql_config
.elifdef WITH_PGSQL
+USE_PGSQL= yes
USE_PHP+= pgsql
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/bin/pg_config
.elifdef WITH_SQLITE
+USE_SQLITE= yes
USE_PHP+= sqlite
CONFIGURE_ARGS+=--with-sqlite=${LOCALBASE}
.else