diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-03-27 11:37:10 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-03-27 11:37:10 +0000 |
commit | 64b51e979094d9fb6db5e01420832fb5b9cf4359 (patch) | |
tree | d22e3fefbd2f294f3b057a54a9d7f95fb1d46853 /net-mgmt/zabbix22-agent | |
parent | f79cc430247c0b419d5c1109fe1578bcf5eb4c2b (diff) | |
download | ports-64b51e979094d9fb6db5e01420832fb5b9cf4359.tar.gz ports-64b51e979094d9fb6db5e01420832fb5b9cf4359.zip |
Notes
Diffstat (limited to 'net-mgmt/zabbix22-agent')
-rw-r--r-- | net-mgmt/zabbix22-agent/Makefile | 5 |
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" |