summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libical/Makefile3
-rw-r--r--security/nss/Makefile5
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile
index 86883c37f3f3..53972fe48361 100644
--- a/devel/libical/Makefile
+++ b/devel/libical/Makefile
@@ -13,10 +13,9 @@ MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/freeassociation/
MAINTAINER= joe@zircon.seattle.wa.us
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
-
USE_LIBTOOL= yes
USE_GMAKE= yes
+USE_PERL5_BUILD=yes
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_PYTHON)
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