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/ko-hanyang | |
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/ko-hanyang')
-rw-r--r-- | fonts/ko-hanyang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ko-hanyang/Makefile b/fonts/ko-hanyang/Makefile index ed47de5c433..bf18d70e645 100644 --- a/fonts/ko-hanyang/Makefile +++ b/fonts/ko-hanyang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:18 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:27 jlam Exp $ # DISTNAME= hanyang-font-pcf @@ -13,6 +13,7 @@ COMMENT= X11 fonts for KSC 5601 standard CONFLICTS+= ksc5601fonts-[0-9]* USE_X11BASE= yes +USE_TOOLS+= gzip EXTRACT_ONLY= # empty MAKE_ENV+= FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}" |