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/ja-elisau | |
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/ja-elisau')
-rw-r--r-- | fonts/ja-elisau/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ja-elisau/Makefile b/fonts/ja-elisau/Makefile index 9315bfeaf5a..82c7d875950 100644 --- a/fonts/ja-elisau/Makefile +++ b/fonts/ja-elisau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/06/15 13:47:54 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/15 22:02:27 jlam Exp $ DISTNAME= elisau10 PKGNAME= ja-elisau-1.0 @@ -19,6 +19,7 @@ SITES_clR5x8.bdf= ftp://ftp.jp.NetBSD.org/pub/NetBSD-jp/tut-jp/fonts/ WRKSRC= ${WRKDIR} USE_GNU_TOOLS+= patch +PKGSRC_USE_TOOLS+= gzip USE_X11BASE= YES DOCDIR= ${PREFIX}/share/doc/elisau FONTDIR= ${X11PREFIX}/lib/X11/fonts/local |