diff options
author | joerg <joerg> | 2005-12-28 18:28:48 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-28 18:28:48 +0000 |
commit | 435f4e8693f133d5f203e95b4ae80a24a8cb971c (patch) | |
tree | d4ec266decc22c0815cf1214bf1182eec8f10e87 /fonts/monafonts/Makefile | |
parent | ac4c16c6d6d1b4807889f50833103715d1baf757 (diff) | |
download | pkgsrc-435f4e8693f133d5f203e95b4ae80a24a8cb971c.tar.gz |
Uses bdftopcf and mkfontdir.
Diffstat (limited to 'fonts/monafonts/Makefile')
-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} |