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:
parent
a5e535732b
commit
254f6ef8bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383755
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user