diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | e4a9395df72a83e1869c8f444d2d9cc8ea84727a (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /fonts/ja-kaname/Makefile | |
parent | 43245fd91f4254cd86f93064f1318da3c10e189d (diff) | |
download | pkgsrc-e4a9395df72a83e1869c8f444d2d9cc8ea84727a.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-kaname/Makefile')
-rw-r--r-- | fonts/ja-kaname/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ja-kaname/Makefile b/fonts/ja-kaname/Makefile index d1d167d7eb8..fca1ce8ec22 100644 --- a/fonts/ja-kaname/Makefile +++ b/fonts/ja-kaname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:17 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:27 jlam Exp $ DISTNAME= kaname_k12_bdf PKGNAME= ja-kaname-0.0.0.20030112 @@ -10,6 +10,7 @@ COMMENT= 12x12 dots X11 bitmap font for JIS X 0208 WRKSRC= ${WRKDIR} USE_X11BASE= YES +PKGSRC_USE_TOOLS+= gzip DOCDIR= ${PREFIX}/share/doc/kaname FONTDIR= ${X11PREFIX}/lib/X11/fonts/local |