diff options
author | taca <taca> | 2002-09-23 13:24:44 +0000 |
---|---|---|
committer | taca <taca> | 2002-09-23 13:24:44 +0000 |
commit | 6a843ef817ce7b9b933d14d331f4b42c7c9e169d (patch) | |
tree | 23565f1f23ebf0f6a4774f502acef0f3f03843b1 /fonts | |
parent | 3cd625eb22712e42e63c7cbaf6da6669f16e6de6 (diff) | |
download | pkgsrc-6a843ef817ce7b9b933d14d331f4b42c7c9e169d.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 |