diff options
author | taca <taca@pkgsrc.org> | 2002-09-23 13:24:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-09-23 13:24:44 +0000 |
commit | a2a25eb3ab42d64a99a6fb4587dfd4f2ff1dfd16 (patch) | |
tree | 23565f1f23ebf0f6a4774f502acef0f3f03843b1 /fonts | |
parent | 9525ba1f0fcb922ee0f6ec750069d64ca28fddad (diff) | |
download | pkgsrc-a2a25eb3ab42d64a99a6fb4587dfd4f2ff1dfd16.tar.gz |
- BUILD_DEPENDS to gmake limits when USE_SHINONOME is defined to "YES".
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 9e4b04f79b4..8f6129340eb 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/09/23 13:23:34 taca Exp $ +# $NetBSD: Makefile,v 1.22 2002/09/23 13:24:44 taca Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -11,8 +11,10 @@ DISTFILES= ${ELISA10X8} ${ELISA8X8} ${KANAME12} ${KAPPA20} ${NAGA10} \ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= X11 fonts for JIS X0208 standard +.if ${USE_SHINONOME} == YES # use gmake only post-extract with USE_SHINONOME == YES BUILD_DEPENDS+= gmake>=3.79.1:../../devel/gmake +.endif .include "../../mk/bsd.prefs.mk" USE_NON_SQUARE?= NO |