diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 419428ec4a15d9456b030da53a2a8336034141b3 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /fonts/jisx0213fonts | |
parent | a7b48d62bcbdeab27e99fce58658275c20ccdfaf (diff) | |
download | pkgsrc-419428ec4a15d9456b030da53a2a8336034141b3.tar.gz |
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
Diffstat (limited to 'fonts/jisx0213fonts')
-rw-r--r-- | fonts/jisx0213fonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile index 207f1aeb3a2..9dee2ded4f4 100644 --- a/fonts/jisx0213fonts/Makefile +++ b/fonts/jisx0213fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/31 10:23:59 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:27 jlam Exp $ # DISTNAME= jisx0213fonts-0.0 @@ -10,7 +10,8 @@ MAINTAINER= itojun@itojun.org, uebayasi@NetBSD.org HOMEPAGE= ftp://ftp.m17n.org/pub/character/fonts/imamura/jisx0213/ COMMENT= X11 bitmap fonts for JIS X 0213 -USE_X11BASE= yes +USE_X11BASE= yes +PKGSRC_USE_TOOLS+= gzip FONTS= K14-1 K14-2 jiskan16-2000-1 jiskan16-2000-2 FONTDIR= ${PREFIX}/lib/X11/fonts/local |