diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-08 15:08:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-08 15:08:13 +0000 |
commit | 3f14fbb2c03bd6b87b63970ea61d60f3c9332589 (patch) | |
tree | 42358909bf1bcd1454294bcb1807af0668a8d50d /net-mgmt/zabbix22-frontend | |
parent | 4d2f75252909725fb4f01a2d6d9c21add7479ff3 (diff) | |
download | ports-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.tar.gz ports-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.zip |
Notes
Diffstat (limited to 'net-mgmt/zabbix22-frontend')
-rw-r--r-- | net-mgmt/zabbix22-frontend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix22-frontend/Makefile b/net-mgmt/zabbix22-frontend/Makefile index 203487327d67..2fce2a6b33a7 100644 --- a/net-mgmt/zabbix22-frontend/Makefile +++ b/net-mgmt/zabbix22-frontend/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE OPTIONS_DEFAULT= MYSQL MYSQLI MYSQLI_DESC= MySQLI backend -MYSQL_VARS= IGNORE_WITH_PHP+="70 71 72" +MYSQL_VARS= IGNORE_WITH_PHP+="70 71 72 73" .include <bsd.port.options.mk> |