diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 13:41:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 13:41:53 +0000 |
commit | 927529942bf5848aedc3e3fca58efcab9c54322b (patch) | |
tree | 6f74c558209fd5885e3f4f2a684980816a6d285f | |
parent | 6c1ca0681886823e023a8cc4f58539ba73617821 (diff) | |
download | pkgsrc-927529942bf5848aedc3e3fca58efcab9c54322b.tar.gz |
this needs GNU awk to build.
-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 5d1839be74f..0cd61442049 100644 --- a/fonts/ja-shinonome/Makefile +++ b/fonts/ja-shinonome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/22 08:38:29 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/15 13:41:53 grant 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+= make +USE_GNU_TOOLS+= awk make FONTDIR= ${PREFIX}/lib/X11/fonts/local FOUNDRY= Misc ALIAS_SHINONOME= ${PREFIX}/share/examples/fonts.alias.shinonome |