summaryrefslogtreecommitdiff
path: root/fonts/jisx0208fonts
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-01-23 10:42:42 +0000
committeritojun <itojun@pkgsrc.org>2001-01-23 10:42:42 +0000
commit3345dc340a110002bc5874430274707ad5733a33 (patch)
tree68b5473a5524896c675f099a1067ccfb84aa86c9 /fonts/jisx0208fonts
parent782fa2ba4ff1bbb57d6a5cb95061c45f2f06f181 (diff)
downloadpkgsrc-3345dc340a110002bc5874430274707ad5733a33.tar.gz
it looks that ${GMAKE} does not work.
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 a3ad496e0a9..4a8fdbd85f7 100644
--- a/fonts/jisx0208fonts/Makefile
+++ b/fonts/jisx0208fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/01/23 10:37:41 itojun Exp $
+# $NetBSD: Makefile,v 1.9 2001/01/23 10:42:42 itojun Exp $
#
DISTNAME= jisx0208fonts-20010112
@@ -11,7 +11,7 @@ DISTFILES= ${ELISA10X8} ${ELISA8X8} ${KANAME12} ${KAPPA20} ${NAGA10} \
MAINTAINER= tech-pkg-ja@jp.netbsd.org
# not USE_GMAKE
-BUILD_DEPENDS+= ${GMAKE}:../../devel/gmake
+BUILD_DEPENDS+= gmake:../../devel/gmake
USE_NON_RECTANGULAR?= NO
USE_SHINONOME?= YES
@@ -83,7 +83,7 @@ post-extract:
@(cd ${WRKDIR}/shinonome12-1.0.8 ; \
${SETENV} ${SHINONOME_CONFIGURE_ENV} ${CONFIGURE_SCRIPT} \
${SHINONOME_CONFIGURE_ARGS} ; \
- ${SETENV} ${MAKE_ENV} ${GMAKE} bdf; \
+ ${SETENV} ${MAKE_ENV} gmake bdf; \
${RM} hankaku/*.bdf latin1/*.bdf)
.endif
(cd ${WRKSRC}; ${MAKE} prepare)