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 | 9f9288f542da250b3c4580320056f83ecd94fb45 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /fonts/ja-naga10 | |
parent | 8b5ccb074541abb27ca7965ec31af65aa83fc970 (diff) | |
download | pkgsrc-9f9288f542da250b3c4580320056f83ecd94fb45.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/ja-naga10')
-rw-r--r-- | fonts/ja-naga10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ja-naga10/Makefile b/fonts/ja-naga10/Makefile index 01cefab6eff..f2efb134a22 100644 --- a/fonts/ja-naga10/Makefile +++ b/fonts/ja-naga10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:37:11 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/15 22:02:27 jlam Exp $ DISTNAME= knj10-1.1 PKGNAME= ja-naga10-1.1 @@ -12,6 +12,7 @@ HOMEPAGE= http://hp.vector.co.jp/authors/VA013391/fonts/#naga10 COMMENT= 10x10 dots X11 bitmap font for JIS X 0208 USE_X11BASE= YES +PKGSRC_USE_TOOLS+= gzip DOCDIR= ${PREFIX}/share/doc FONTDIR= ${X11PREFIX}/lib/X11/fonts/local |