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 | bfaf100e3ad49bfa82f6f5ee5a768118ad166486 (patch) | |
tree | 9f1fa1308e8430a5082357d65d62d1f2d001836d /fonts/ko-mizi | |
parent | 9ef4a2edad609a8b7cdba87587933bd9b4a85c5a (diff) | |
download | pkgsrc-bfaf100e3ad49bfa82f6f5ee5a768118ad166486.tar.gz |
These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.
Diffstat (limited to 'fonts/ko-mizi')
-rw-r--r-- | fonts/ko-mizi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ko-mizi/Makefile b/fonts/ko-mizi/Makefile index 23ad2b14863..f28ebd827fc 100644 --- a/fonts/ko-mizi/Makefile +++ b/fonts/ko-mizi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/07/15 18:27:50 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/08 18:22:09 jlam Exp $ # DISTNAME= xfntmizi-1.1-2.noarch @@ -15,7 +15,7 @@ BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm CONFLICTS+= ksc5601fonts-[0-9]* USE_X11BASE= yes -USE_TOOLS+= gzip gunzip +USE_TOOLS+= gzip gunzip mkfontdir:run MAKE_ENV+= FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}" |