aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix22-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/zabbix22-agent
parentf79cc430247c0b419d5c1109fe1578bcf5eb4c2b (diff)
downloadports-64b51e979094d9fb6db5e01420832fb5b9cf4359.tar.gz
ports-64b51e979094d9fb6db5e01420832fb5b9cf4359.zip
Notes
Diffstat (limited to 'net-mgmt/zabbix22-agent')
-rw-r--r--net-mgmt/zabbix22-agent/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/zabbix22-agent/Makefile b/net-mgmt/zabbix22-agent/Makefile
index 85a5c7405cc4..ab3376334ca2 100644
--- a/net-mgmt/zabbix22-agent/Makefile
+++ b/net-mgmt/zabbix22-agent/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix22
+PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
@@ -9,6 +10,8 @@ MASTERDIR= ${.CURDIR}/../zabbix22-server
PLIST= ${PKGDIR}/pkg-plist.agent
-OPTIONS_DEFINE= IPV6
+OPTIONS_DEFINE= CURL IPV6
+OPTIONS_DEFAULT= CURL
+
.include "${MASTERDIR}/Makefile"