From 04ed2224a3ecc359d5c85084b1f05f4629638190 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 24 Jul 2002 19:45:22 +0000 Subject: Change explicit build dependencies on perl into "USE_PERL5=build". This makes these packages build correctly on Darwin where perl>=5.8.0 is required. --- fonts/jisx0208fonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/jisx0208fonts') diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 25d8b9f9cf1..39db21258dc 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/04/30 04:16:09 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/24 19:45:24 jlam Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -54,7 +54,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.shinonome SHINONOME_CONFIGURE_ENV=${CONFIGURE_ENV} PERL="${PERL5}" SHINONOME_CONFIGURE_ARGS=${CONFIGURE_ARGS} --with-fontdir=${FONTDIR} --disable-progressbar -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build .endif MASTER_SITES+= ftp://ftp.jaist.ac.jp/pub/misc/character/fonts/kappa/ -- cgit v1.2.3