diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-08 18:22:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-08 18:22:09 +0000 |
commit | 0cc7d97de18f049364d84a2f502fad4f1471cf22 (patch) | |
tree | 9f1fa1308e8430a5082357d65d62d1f2d001836d /fonts/efont-unicode/Makefile | |
parent | a30afe8c53cc34c9bab4cc88c57cf1b080252a51 (diff) | |
download | pkgsrc-0cc7d97de18f049364d84a2f502fad4f1471cf22.tar.gz |
These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.
Diffstat (limited to 'fonts/efont-unicode/Makefile')
-rw-r--r-- | fonts/efont-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/efont-unicode/Makefile b/fonts/efont-unicode/Makefile index 727930d5f0b..051734f0607 100644 --- a/fonts/efont-unicode/Makefile +++ b/fonts/efont-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/15 18:27:50 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/08 18:22:09 jlam Exp $ DISTNAME= efont-unicode-bdf-0.4.2 PKGNAME= ${DISTNAME:S/-bdf//} @@ -11,7 +11,7 @@ HOMEPAGE= http://openlab.ring.gr.jp/efont/unicode/ COMMENT= Free unicode BDF font USE_X11BASE= YES -USE_TOOLS+= gzip +USE_TOOLS+= gzip mkfontdir:run MESSAGE_SUBST+= FONTDIR=${FONTDIR} PLIST_SUBST+= FONTDIR=${FONTDIR} |