diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 10:35:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 10:35:28 +0800 |
commit | c4ef1140295d9b2479fc870af4e95437ea668c56 (patch) | |
tree | 2d5815627234532475e3b05df185cc686b29b421 /security | |
parent | 1b7bb332fa18b58d935d7c527a75470c92de2626 (diff) | |
download | freebsd-ports-gnome-c4ef1140295d9b2479fc870af4e95437ea668c56.tar.gz freebsd-ports-gnome-c4ef1140295d9b2479fc870af4e95437ea668c56.tar.zst freebsd-ports-gnome-c4ef1140295d9b2479fc870af4e95437ea668c56.zip |
Ports didn't build without USE_PERL5=yes
Noticed on: bento
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 dd9abadb452d..0ca7aab4c8dd 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_PERL5= yes MAKE_ENV= BSD_LDOPTS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ BUILD_OPT=1 ALL_TARGET= nss_build_all |