diff options
author | joerg <joerg> | 2005-12-28 19:31:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-28 19:31:05 +0000 |
commit | 541a6df93858c916d4fc861afe8ce3f79ef24645 (patch) | |
tree | 1e14cc2f9efb5430695714c3843d08d48c41dc58 | |
parent | 9d6e17b2c43f6c5e82fcdbf101f1b9ddfd51a9fe (diff) | |
download | pkgsrc-541a6df93858c916d4fc861afe8ce3f79ef24645.tar.gz |
Uses mkfontdir.
-rw-r--r-- | fonts/ja-shinonome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-shinonome/Makefile b/fonts/ja-shinonome/Makefile index 766544198b8..cfb370b3606 100644 --- a/fonts/ja-shinonome/Makefile +++ b/fonts/ja-shinonome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:07 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/28 19:31:05 joerg Exp $ # DISTNAME= shinonome-0.9.10-src @@ -14,7 +14,7 @@ COMMENT= 12, 14, 16 dots bitmap fonts for Japanese, iso8859-1 GNU_CONFIGURE= YES USE_X11BASE= YES -USE_TOOLS+= gawk gmake perl +USE_TOOLS+= gawk gmake mkfontdir perl FONTDIR= ${PREFIX}/lib/X11/fonts/local FOUNDRY= Misc ALIAS_SHINONOME= ${PREFIX}/share/examples/fonts.alias.shinonome |