diff options
author | taca <taca@pkgsrc.org> | 2002-08-29 00:11:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-08-29 00:11:49 +0000 |
commit | ced75f3338557066d67ec1b002f89a21d1e9272a (patch) | |
tree | cc17576e9a3ffc7a8831a7c4dbe649e6e299205c /fonts/jisx0208fonts/Makefile | |
parent | fed2aa2f3dc700847511d3b3a81a2abdba04a1d4 (diff) | |
download | pkgsrc-ced75f3338557066d67ec1b002f89a21d1e9272a.tar.gz |
Use USE_GMAKE instead of BUILD_DEPENDS to gmake.
Proposed by agc and now, it is unknown why not use USE_GMAKE by itojun.
Diffstat (limited to 'fonts/jisx0208fonts/Makefile')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index a517ca12c61..dd2fc7a448d 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/08/28 13:44:03 taca Exp $ +# $NetBSD: Makefile,v 1.20 2002/08/29 00:11:49 taca Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -11,8 +11,7 @@ DISTFILES= ${ELISA10X8} ${ELISA8X8} ${KANAME12} ${KAPPA20} ${NAGA10} \ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= X11 fonts for JIS X0208 standard -# not USE_GMAKE -BUILD_DEPENDS+= gmake>=3.79.1:../../devel/gmake +USE_GMAKE= # defined .include "../../mk/bsd.prefs.mk" USE_NON_SQUARE?= NO |