diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
commit | 3f14fbb2c03bd6b87b63970ea61d60f3c9332589 (patch) | |
tree | 42358909bf1bcd1454294bcb1807af0668a8d50d /net-mgmt/zabbix3-frontend | |
parent | 4d2f75252909725fb4f01a2d6d9c21add7479ff3 (diff) | |
download | freebsd-ports-gnome-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.tar.gz freebsd-ports-gnome-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.tar.zst freebsd-ports-gnome-3f14fbb2c03bd6b87b63970ea61d60f3c9332589.zip |
Fix some PKGNAME collisions
Diffstat (limited to 'net-mgmt/zabbix3-frontend')
-rw-r--r-- | net-mgmt/zabbix3-frontend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix3-frontend/Makefile b/net-mgmt/zabbix3-frontend/Makefile index a77d408e0364..a0e6b203547b 100644 --- a/net-mgmt/zabbix3-frontend/Makefile +++ b/net-mgmt/zabbix3-frontend/Makefile @@ -21,7 +21,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE OPTIONS_DEFAULT= 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> |