diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-09 13:27:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-09 13:27:26 +0800 |
commit | 9928e968f79038d04180922c78991e48f6782557 (patch) | |
tree | 3055e82d8cac60ca4459329abc520138417d72e8 /security | |
parent | 1a210b3c0c76122ff6c6649f2b518db1ffd161d9 (diff) | |
download | freebsd-ports-gnome-9928e968f79038d04180922c78991e48f6782557.tar.gz freebsd-ports-gnome-9928e968f79038d04180922c78991e48f6782557.tar.zst freebsd-ports-gnome-9928e968f79038d04180922c78991e48f6782557.zip |
Remove redundant USE_PERL5_BUILD.
Reported by: Matthew Luckie <mjl@luckie.org.nz>
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index b37f94566b19..bc5838096646 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -19,7 +19,6 @@ 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 |