diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
commit | 9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc (patch) | |
tree | 9c14caf99595e64d9df7158eff435352c9df0ea3 /security | |
parent | 604e5486dd9bf477676d0ce962d3201e6155b0cd (diff) | |
download | FreeBSD-ports-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.zip FreeBSD-ports-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.tar.gz |
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.
Sponsored by: Porta Software Ltd
Approved by: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 1b08cb5..e080aed 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss +USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_PERL5_BUILD=yes |