1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Use regular LIB_DEPENDS dep to find nss

This commit is contained in:
Baptiste Daroussin 2015-04-10 19:42:47 +00:00
parent a5e535732b
commit 254f6ef8bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383755

View File

@ -14,8 +14,7 @@ USES= pkgconfig libtool
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
BUILD_DEPENDS= ${LOCALBASE}/lib/nss/libssl3.so:${PORTSDIR}/security/nss
RUN_DEPENDS= ${LOCALBASE}/lib/nss/libssl3.so:${PORTSDIR}/security/nss
LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr
LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr \
libnss3.so:${PORTSDIR}/security/nss
.include <bsd.port.mk>