aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix2-frontend
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-03-14 00:56:42 +0800
committermat <mat@FreeBSD.org>2016-03-14 00:56:42 +0800
commit0ab7b154ee5a86886ed27c6187ca1a304627aa29 (patch)
treed4b7ede842a024c4b957a1eca2603a2fb328efef /net-mgmt/zabbix2-frontend
parent6e841ff53448a0544af457e2d25f8ebbc722a7b7 (diff)
downloadfreebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.gz
freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.zst
freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.zip
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/zabbix2-frontend')
-rw-r--r--net-mgmt/zabbix2-frontend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile
index abe5f3cfe5b2..65b806873dc2 100644
--- a/net-mgmt/zabbix2-frontend/Makefile
+++ b/net-mgmt/zabbix2-frontend/Makefile
@@ -20,6 +20,8 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQL MYSQLI
MYSQLI_DESC= MySQLI backend
+MYSQL_VARS= IGNORE_WITH_PHP+=70
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}