summaryrefslogtreecommitdiff
path: root/fonts/jisx0208fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-02-01 21:52:21 +0000
committerjlam <jlam@pkgsrc.org>2001-02-01 21:52:21 +0000
commite35df6dea0ad5d360b2c97656bf2917078812756 (patch)
tree20543f22c70fb999d45c6b916b56329e5516e4a5 /fonts/jisx0208fonts
parentc21044d4a737b534aab015b1b69d573c36446687 (diff)
downloadpkgsrc-e35df6dea0ad5d360b2c97656bf2917078812756.tar.gz
Use ${PERL5} instead of perl.
Diffstat (limited to 'fonts/jisx0208fonts')
-rw-r--r--fonts/jisx0208fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
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