diff options
author | taca <taca@pkgsrc.org> | 2002-09-23 13:23:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-09-23 13:23:34 +0000 |
commit | 9525ba1f0fcb922ee0f6ec750069d64ca28fddad (patch) | |
tree | bd412ad99ddf9b929a3a8eadf6f6ddf1efa40a27 /fonts/jisx0208fonts/Makefile | |
parent | ad0c708fc1b1761863fa30b34c05bf6b4938f821 (diff) | |
download | pkgsrc-9525ba1f0fcb922ee0f6ec750069d64ca28fddad.tar.gz |
- Revert Makefile revision 1.20 since gmake is partially used in
post-extract target when USE_SHINONOME == "YES".
- Add optional fonts' checksum to distfiles.
Diffstat (limited to 'fonts/jisx0208fonts/Makefile')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index dd2fc7a448d..9e4b04f79b4 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/08/29 00:11:49 taca Exp $ +# $NetBSD: Makefile,v 1.21 2002/09/23 13:23:34 taca Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -11,7 +11,8 @@ DISTFILES= ${ELISA10X8} ${ELISA8X8} ${KANAME12} ${KAPPA20} ${NAGA10} \ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= X11 fonts for JIS X0208 standard -USE_GMAKE= # defined +# use gmake only post-extract with USE_SHINONOME == YES +BUILD_DEPENDS+= gmake>=3.79.1:../../devel/gmake .include "../../mk/bsd.prefs.mk" USE_NON_SQUARE?= NO |