mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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>
This commit is contained in:
parent
c507ba8641
commit
aa7248843e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444026
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue