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/efont-unicode/Makefile | |
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/efont-unicode/Makefile')
-rw-r--r-- | fonts/efont-unicode/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/efont-unicode/Makefile b/fonts/efont-unicode/Makefile index 996279c39cd..495faf00308 100644 --- a/fonts/efont-unicode/Makefile +++ b/fonts/efont-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/11/29 15:11:16 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:27 jlam Exp $ DISTNAME= efont-unicode-bdf-0.4.2 PKGNAME= ${DISTNAME:S/-bdf//} @@ -10,7 +10,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://openlab.ring.gr.jp/efont/unicode/ COMMENT= Free unicode BDF font -USE_X11BASE= YES +USE_X11BASE= YES +PKGSRC_USE_TOOLS+= gzip MESSAGE_SUBST+= FONTDIR=${FONTDIR} PLIST_SUBST+= FONTDIR=${FONTDIR} |