aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix4-agent
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/zabbix4-agent
parentf79cc430247c0b419d5c1109fe1578bcf5eb4c2b (diff)
downloadports-64b51e979094d9fb6db5e01420832fb5b9cf4359.tar.gz
ports-64b51e979094d9fb6db5e01420832fb5b9cf4359.zip
net-mgmt/zabbix*-agent: Add libcurl support
This enables zabbix_agent simple_checks (net.tcp.service) for https. PR: 234831 Reported by: Marcin Gryszkalis <mg@fork.pl> Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=496943
Diffstat (limited to 'net-mgmt/zabbix4-agent')
-rw-r--r--net-mgmt/zabbix4-agent/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/zabbix4-agent/Makefile b/net-mgmt/zabbix4-agent/Makefile
index 22e4c1ab076b..85e4bdcd3143 100644
--- a/net-mgmt/zabbix4-agent/Makefile
+++ b/net-mgmt/zabbix4-agent/Makefile
@@ -2,13 +2,14 @@
# $FreeBSD$
PORTNAME= zabbix4
+PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../zabbix4-server
PLIST= ${PKGDIR}/pkg-plist.agent
-OPTIONS_DEFINE= IPV6
-OPTIONS_DEFAULT= OPENSSL
+OPTIONS_DEFINE= CURL IPV6
+OPTIONS_DEFAULT= CURL OPENSSL
.include "${MASTERDIR}/Makefile"