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 | |
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
-rw-r--r-- | editors/led/Makefile | 1 | ||||
-rw-r--r-- | lang/scriba/Makefile | 1 | ||||
-rw-r--r-- | news/plor/Makefile | 1 | ||||
-rw-r--r-- | security/nss/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 339737a24d9f..a9d0899e796e 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -14,5 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}-editor MAINTAINER= fracture@allusion.net GNU_CONFIGURE= yes +USE_PERL5= yes .include <bsd.port.mk> diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index 0b736f9f75c3..9cdd8cc7f6c3 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -19,6 +19,7 @@ PRFXFILES= variations/standard/basiccmd.c \ testconf.c WRKSRC= ${WRKDIR} +USE_PERL5= yes post-patch: .for P in ${PRFXFILES} diff --git a/news/plor/Makefile b/news/plor/Makefile index aa6dd0d21d26..a34f5513583c 100644 --- a/news/plor/Makefile +++ b/news/plor/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes MAN1= plor.1 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 |