aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-frontend
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-08-25 23:32:36 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-08-25 23:32:36 +0000
commit7f58c18bfb7128bb9bd3f9f78521ffe4ba5919ce (patch)
treeab5507f6ecc3605bfe4c4a1eb134bdfd38427232 /net-mgmt/zabbix3-frontend
parent4ce0e08ab161b80cdf0fd18ea957e8ea60beecd1 (diff)
downloadports-7f58c18bfb7128bb9bd3f9f78521ffe4ba5919ce.tar.gz
ports-7f58c18bfb7128bb9bd3f9f78521ffe4ba5919ce.zip
net-mgmt/zabbix32-frontend: Remove MYSQL as default option
This fixes PHP 7.0+ support PR: 221779 Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=448744
Diffstat (limited to 'net-mgmt/zabbix3-frontend')
-rw-r--r--net-mgmt/zabbix3-frontend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/zabbix3-frontend/Makefile b/net-mgmt/zabbix3-frontend/Makefile
index c6a8e387e0a2..10cd5d72efb5 100644
--- a/net-mgmt/zabbix3-frontend/Makefile
+++ b/net-mgmt/zabbix3-frontend/Makefile
@@ -26,6 +26,8 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
+MYSQL_VARS= IGNORE_WITH_PHP+=70 71
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}