diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-18 03:10:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-18 03:10:30 +0000 |
commit | 9183a866f1314356171557009017d56288cff7b6 (patch) | |
tree | ff02ddba6a368c76a839e243e436f35f5e5b4470 /security/nss | |
parent | afdfd9df6246c4c93024071be21b5c18f8a730e6 (diff) | |
download | ports-9183a866f1314356171557009017d56288cff7b6.tar.gz ports-9183a866f1314356171557009017d56288cff7b6.zip |
Notes
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 0ca7aab4c8dd..1b08cb5f9e91 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -13,15 +13,14 @@ MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - perl:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes MAKE_ENV= BSD_LDOPTS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ BUILD_OPT=1 ALL_TARGET= nss_build_all |