diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-06-21 10:53:38 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-06-21 10:53:38 +0000 |
commit | aa7248843e100f75ca625ec33d8f6f086010d62b (patch) | |
tree | 223f44892ab3a31f76f94ff496db660f481243c5 /net-mgmt | |
parent | Update meson to 0.41.1. (diff) |
net-mgmt/zabbix2-server: rework LIB_DEPENDS and add USES= ssl
In my last commit i added accidently LIB_DEPENDS 2 additional times.
While here add USES= ssl and LIB_DEPENDS to port-mgmt/pkg to
pass QA.
Submitted by: Johannes Jost Meixner <johannes@perceivon.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix2-server/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile index 55f76554a9ef..5a576ac4df7f 100644 --- a/net-mgmt/zabbix2-server/Makefile +++ b/net-mgmt/zabbix2-server/Makefile @@ -14,11 +14,8 @@ COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/ LICENSE= GPLv2 -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp - -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp - -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ + libpkg.so:ports-mgmt/pkg CONFLICTS= zabbix[0-9][0-9]${PKGNAMESUFFIX}-[0-9]* zabbix[0-13-9]${PKGNAMESUFFIX}-[0-9]* @@ -31,7 +28,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD} USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d .endif -USES= pkgconfig iconv +USES= pkgconfig iconv ssl USERS= zabbix GROUPS= zabbix |