diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /fonts/ja-elisat | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.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-elisat')
-rw-r--r-- | fonts/ja-elisat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ja-elisat/Makefile b/fonts/ja-elisat/Makefile index 397dade868a..d2ef4c706fe 100644 --- a/fonts/ja-elisat/Makefile +++ b/fonts/ja-elisat/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= elisat10 PKGNAME= ja-elisat-1.0 @@ -14,6 +14,7 @@ USE_X11BASE= YES DOCDIR= ${PREFIX}/share/doc/elisat FONTDIR= ${X11PREFIX}/lib/X11/fonts/local #ALIAS= ${WRKDIR}/fonts.alias +PKGSRC_USE_TOOLS+= gzip LICENSE= no-commercial-use |