summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-03 07:00:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-03 07:00:28 +0000
commitaaf6156a370f2f0534cf465dc1ab4a64ddb41d9b (patch)
treed2cfed984eb7779f1b2e9c3ad7923bd5b25e3e69 /security
parentEscape parenthese in regular expressions to appease a sed that doesn't (diff)
Add a missing BUILD_DEPENDS on perl5.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=69326
Diffstat (limited to 'security')
-rw-r--r--security/nss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 8ae90d3374b1..dd9abadb452d 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src
MAINTAINER= gnome@FreeBSD.org
-BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
+ perl:${PORTSDIR}/lang/perl5
LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr
WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss