diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 11:22:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 11:22:12 +0000 |
commit | 968c62c6fbc9cd1fa4488b835da6c291ebc885e6 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /net-mgmt/zabbix34-frontend | |
parent | 4fa23dabbdce9cfbfde47abd0a56ee7c4127b8c2 (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix34-frontend')
-rw-r--r-- | net-mgmt/zabbix34-frontend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix34-frontend/Makefile b/net-mgmt/zabbix34-frontend/Makefile index c507b17ec27a..e5c4f64d0473 100644 --- a/net-mgmt/zabbix34-frontend/Makefile +++ b/net-mgmt/zabbix34-frontend/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE OPTIONS_DEFAULT= MYSQLI MYSQLI_DESC= MySQLI backend -MYSQL_VARS= IGNORE_WITH_PHP+="70 71 72 73" +MYSQL_VARS= IGNORE_WITH_PHP+="71 72 73" .include <bsd.port.options.mk> |