1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Fix LIB_DEPENDS of ports which link to libpkg.so

spine and snmpd link to libpkg.so, but it is not properly declared in
the port.

MFH:		2017Q2
This commit is contained in:
Mark Felder 2017-06-12 20:27:31 +00:00
parent a54fb366f8
commit 362798bad5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443466
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= spine
PORTVERSION= 1.1.10
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/
DISTNAME= cacti-${PORTNAME}-${PORTVERSION}
@ -14,7 +15,8 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= help2man:misc/help2man
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
libpkg.so:ports-mgmt/pkg
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}

View File

@ -3,7 +3,7 @@
PORTNAME= snmp
PORTVERSION= 5.7.3
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= net-
@ -15,6 +15,8 @@ COMMENT= Extendable SNMP implementation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpkg.so:ports-mgmt/pkg
OPTIONS_DEFINE= IPV6 MFD_REWRITES PERL PERL_EMBEDDED PYTHON DUMMY TKMIB \
MYSQL AX_SOCKONLY UNPRIVILEGED SMUX DOCS JAIL AX_DISABLE_TRAP \
TLS