summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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