diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:28:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:28:13 +0800 |
commit | 1a2766168fa203fe066ce41c36d01689ef3739bd (patch) | |
tree | 94263634b6151e7a1b05a48d7b4d1bbb43f96bee /net-mgmt | |
parent | 48a2ef246673ff40efe7f29aaf6dc61fdb8a0dd3 (diff) | |
download | freebsd-ports-gnome-1a2766168fa203fe066ce41c36d01689ef3739bd.tar.gz freebsd-ports-gnome-1a2766168fa203fe066ce41c36d01689ef3739bd.tar.zst freebsd-ports-gnome-1a2766168fa203fe066ce41c36d01689ef3739bd.zip |
Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix3-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile index 80eb9ff78bd1..3d601fca05ce 100644 --- a/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-net-snmp OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW \ LIBXML2 -OPTIONS_DEFAULT= IPV6 FPING CURL UNIXODBC MYSQL OPENSSL +OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL OPTIONS_SUB= yes CURL_DESC= Support for web monitoring |