diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-28 18:28:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-28 18:28:48 +0000 |
commit | 3d419ce091786cca00bd64c2d18bcd00f791afef (patch) | |
tree | d4ec266decc22c0815cf1214bf1182eec8f10e87 /fonts/monafonts | |
parent | b8060aa07daf390aaa501691bed24fe2cb911f59 (diff) | |
download | pkgsrc-3d419ce091786cca00bd64c2d18bcd00f791afef.tar.gz |
Uses bdftopcf and mkfontdir.
Diffstat (limited to 'fonts/monafonts')
-rw-r--r-- | fonts/monafonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/monafonts/Makefile b/fonts/monafonts/Makefile index 58fb2b816ea..08864b35bbe 100644 --- a/fonts/monafonts/Makefile +++ b/fonts/monafonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:10 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/28 18:28:48 joerg Exp $ DISTNAME= monafont-2.90 PKGNAME= ${DISTNAME:S/font/fonts/} @@ -13,7 +13,7 @@ COMMENT= Japanese fonts for "Mona" seen at 2ch.net USE_X11BASE= yes USE_PKGINSTALL= yes BUILD_TARGET= bdf -USE_TOOLS+= gzip perl sed +USE_TOOLS+= bdftopcf gzip mkfontdir perl sed MAKE_FLAGS+= SED_CMD=${SED:Q} MAKE_FLAGS+= PERL_CMD=${PERL5:Q} MAKE_FLAGS+= GZIP_CMD=${GZIP_CMD:Q} |