diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-12-04 17:57:32 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-12-04 17:57:32 +0000 |
commit | 7ae624bdafc911d45d24f242cafd6b2d79ad6073 (patch) | |
tree | f240180e77289219b86b0fe938ccb7cc4bdbdf7c /net-mgmt/zabbix52-agent/Makefile | |
parent | 08dc2a15fdef0bd61ffe80e77f24976034f48729 (diff) | |
download | freebsd-ports-7ae624bdafc911d45d24f242cafd6b2d79ad6073.zip |
net-mgmt/zabbix52-agent: Add support for Modbus items
PR: 251423
Submitted by: Christian Ullrich
Approved by: pg@pakhom.spb.ru (maintainer)
Diffstat (limited to 'net-mgmt/zabbix52-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix52-agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix52-agent/Makefile b/net-mgmt/zabbix52-agent/Makefile index f970aa3e783a..a42c35184c9b 100644 --- a/net-mgmt/zabbix52-agent/Makefile +++ b/net-mgmt/zabbix52-agent/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= -agent MASTERDIR= ${.CURDIR}/../zabbix52-server PLIST= ${PKGDIR}/pkg-plist.agent -OPTIONS_DEFINE= CURL IPV6 +OPTIONS_DEFINE= CURL IPV6 MODBUS OPTIONS_DEFAULT= CURL OPENSSL .include "${MASTERDIR}/Makefile" |