svn commit: r444026 - head/net-mgmt/zabbix2-server

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Jun 21 10:53:40 UTC 2017


Author: tz
Date: Wed Jun 21 10:53:38 2017
New Revision: 444026
URL: https://svnweb.freebsd.org/changeset/ports/444026

Log:
  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 at perceivon.net>

Modified:
  head/net-mgmt/zabbix2-server/Makefile

Modified: head/net-mgmt/zabbix2-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-server/Makefile	Wed Jun 21 10:48:30 2017	(r444025)
+++ head/net-mgmt/zabbix2-server/Makefile	Wed Jun 21 10:53:38 2017	(r444026)
@@ -14,12 +14,9 @@ COMMENT=	Enterprise-class open source distributed moni
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
+LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp \
+		libpkg.so:ports-mgmt/pkg
 
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
-
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
-
 CONFLICTS=	zabbix[0-9][0-9]${PKGNAMESUFFIX}-[0-9]* zabbix[0-13-9]${PKGNAMESUFFIX}-[0-9]*
 
 ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
@@ -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


More information about the svn-ports-all mailing list