aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-frontend
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-23 12:40:37 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-23 12:40:37 +0000
commitf0f5dfcc7a5c077126e12387ac07de9061941213 (patch)
treeb8756adfb8f928872d0bde9c184dc474f6f3d48e /net-mgmt/zabbix3-frontend
parenta32080a2592c45a61be71a22454892a7f38e0c1b (diff)
downloadports-f0f5dfcc7a5c077126e12387ac07de9061941213.tar.gz
ports-f0f5dfcc7a5c077126e12387ac07de9061941213.zip
net-mgmt/zabbix*-frontend: Remove broken MYSQL option
USE_PHP=mysql no longer works since PHP 5.6 was removed. PR: 235940
Notes
Notes: svn path=/head/; revision=493667
Diffstat (limited to 'net-mgmt/zabbix3-frontend')
-rw-r--r--net-mgmt/zabbix3-frontend/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mgmt/zabbix3-frontend/Makefile b/net-mgmt/zabbix3-frontend/Makefile
index 2ad8e8ef3313..7f31f6128ed2 100644
--- a/net-mgmt/zabbix3-frontend/Makefile
+++ b/net-mgmt/zabbix3-frontend/Makefile
@@ -17,18 +17,12 @@ USE_PHP= bcmath ctype dom gd gettext json ldap mbstring pcre \
USES= php:web gettext
-OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
+OPTIONS_DEFINE= MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
-MYSQL_VARS= IGNORE_WITH_PHP+="71 72 73"
-
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+= mysql
-.endif
-
.if ${PORT_OPTIONS:MMYSQLI}
USE_PHP+= mysqli
.endif