aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-server
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-03-27 11:37:10 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-03-27 11:37:10 +0000
commit64b51e979094d9fb6db5e01420832fb5b9cf4359 (patch)
treed22e3fefbd2f294f3b057a54a9d7f95fb1d46853 /net-mgmt/zabbix3-server
parentf79cc430247c0b419d5c1109fe1578bcf5eb4c2b (diff)
downloadports-64b51e979094d9fb6db5e01420832fb5b9cf4359.tar.gz
ports-64b51e979094d9fb6db5e01420832fb5b9cf4359.zip
Notes
Diffstat (limited to 'net-mgmt/zabbix3-server')
-rw-r--r--net-mgmt/zabbix3-server/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile
index 0c97e0e07a5b..63af0aecec41 100644
--- a/net-mgmt/zabbix3-server/Makefile
+++ b/net-mgmt/zabbix3-server/Makefile
@@ -67,7 +67,6 @@ OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP LIBXML2
OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL
OPTIONS_SUB= yes
-CURL_DESC= Support for web monitoring
FPING_DESC= Build/install fping for ping checks
IPMI_DESC= Support for IPMI checks
JABBER_DESC= Support for Jabber media type
@@ -93,9 +92,6 @@ SQLITE_USES+= sqlite:3
ORACLE_CONFIGURE_WITH= oracle
-CURL_CONFIGURE_WITH= libcurl
-CURL_LIB_DEPENDS= libcurl.so:ftp/curl
-
LDAP_CONFIGURE_WITH= ldap
LDAP_USE= OPENLDAP=yes
@@ -120,6 +116,10 @@ OPTIONS_SINGLE= SSL
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS
.endif # if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
+CURL_DESC= Support for web monitoring
+CURL_CONFIGURE_WITH= libcurl
+CURL_LIB_DEPENDS= libcurl.so:ftp/curl
+
IPV6_CONFIGURE_ENABLE= ipv6
NMAP_RUN_DEPENDS= nmap:security/nmap \