pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ja-shinonome this needs GNU awk to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/390b4ac81b8f
branches:  trunk
changeset: 476602:390b4ac81b8f
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 13:41:53 2004 +0000

description:
this needs GNU awk to build.

diffstat:

 fonts/ja-shinonome/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 81a6d989cc4e -r 390b4ac81b8f fonts/ja-shinonome/Makefile
--- a/fonts/ja-shinonome/Makefile       Tue Jun 15 13:41:43 2004 +0000
+++ b/fonts/ja-shinonome/Makefile       Tue Jun 15 13:41:53 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index