From e35df6dea0ad5d360b2c97656bf2917078812756 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 1 Feb 2001 21:52:21 +0000 Subject: Use ${PERL5} instead of perl. --- fonts/jisx0208fonts/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fonts') diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 4a8fdbd85f7..6b8843fd107 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/01/23 10:42:42 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/01 21:52:21 jlam Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -49,10 +49,10 @@ SHINONOME12= shinonome12-1.0.8.tar.bz2 EXTRACT_ONLY+= shinonome12-1.0.8.tar.bz2 PLIST_SRC+= ${PKGDIR}/PLIST.shinonome -SHINONOME_CONFIGURE_ENV=${CONFIGURE_ENV} PERL="${LOCALBASE}/bin/perl" +SHINONOME_CONFIGURE_ENV=${CONFIGURE_ENV} PERL="${PERL5}" SHINONOME_CONFIGURE_ARGS=${CONFIGURE_ARGS} --with-fontdir=${FONTDIR} --disable-progressbar -BUILD_DEPEND+= perl:../../lang/perl5 +BUILD_DEPEND+= ${PERL5}:../../lang/perl5-base BUILD_DEPEND+= gmake:../../devel/gmake .endif -- cgit v1.2.3