aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-09-18 20:58:01 +0800
committerpi <pi@FreeBSD.org>2016-09-18 20:58:01 +0800
commit6f68c0da321bc5e95d133248b69dec796e3676c8 (patch)
tree36852a8c0ec3a36e793de94f4864d2a81fa688b9 /net-mgmt
parentd6610b996f7ea260231e1c12805b38b7c356c885 (diff)
downloadfreebsd-ports-gnome-6f68c0da321bc5e95d133248b69dec796e3676c8.tar.gz
freebsd-ports-gnome-6f68c0da321bc5e95d133248b69dec796e3676c8.tar.zst
freebsd-ports-gnome-6f68c0da321bc5e95d133248b69dec796e3676c8.zip
net-mgmt/zabbix3-server: fix database selection
- stop having all databases as dependencies all the time PR: 209893 Submitted by: chris@chrullrich.net
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix3-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile
index e6773872d2fa..339a412b28b2 100644
--- a/net-mgmt/zabbix3-server/Makefile
+++ b/net-mgmt/zabbix3-server/Makefile
@@ -90,13 +90,13 @@ OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS POLARSSL
MYSQL_CONFIGURE_WITH= mysql
-USES+= mysql
+MYSQL_USES+= mysql
PGSQL_CONFIGURE_WITH= postgresql
-USES+= pgsql
+PGSQL_USES+= pgsql
SQLITE_CONFIGURE_WITH= sqlite3
-USES+= sqlite:3
+SQLITE_USES+= sqlite:3
ORACLE_CONFIGURE_WITH= oracle