From 585534220c0ea1afd4b19eb9ffb4355e14576dcd Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 22 May 2005 20:07:36 +0000 Subject: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison --- fonts/ja-shinonome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/ja-shinonome') diff --git a/fonts/ja-shinonome/Makefile b/fonts/ja-shinonome/Makefile index 0cd61442049..4cf932756ce 100644 --- a/fonts/ja-shinonome/Makefile +++ b/fonts/ja-shinonome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/06/15 13:41:53 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $ # DISTNAME= shinonome-0.9.10-src @@ -15,7 +15,7 @@ COMMENT= 12, 14, 16 dots bitmap fonts for Japanese, iso8859-1 GNU_CONFIGURE= YES USE_PERL5= build USE_X11BASE= YES -USE_GNU_TOOLS+= awk make +USE_TOOLS+= gawk gmake FONTDIR= ${PREFIX}/lib/X11/fonts/local FOUNDRY= Misc ALIAS_SHINONOME= ${PREFIX}/share/examples/fonts.alias.shinonome -- cgit v1.2.3