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

fonts/ja-shinonome requires lang/gawk ?



>                                            千葉市中央区長洲
>                                                    藤原  誠
こんにちは。

きょう、偶然 lang/gawk の入っていない状態で fonts/ja-shinonome
を make しようとしたら、次のように言われました。

===> Configuring for ja-shinonome-0.9.10
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for mkfontdir... /usr/pkg/bin/mkfontdir
checking for sed... /usr/bin/sed
checking for gawk... no
checking for awk... /usr/bin/awk
  Error: Your system has only non-GNU awk.
        GNU awk is necessary specially, please install it.
*** Error code 1


これって、添付の変更が必要という意味でしょうか ?
それとも例によって僕の勘違いでしょうか ?
---
(藤原)
Index: fonts/ja-shinonome/Makefile
===================================================================
RCS file: /e/o/cvsync/pkgsrc/fonts/ja-shinonome/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- fonts/ja-shinonome/Makefile	15 Jun 2004 13:41:53 -0000	1.7
+++ fonts/ja-shinonome/Makefile	18 Jan 2005 09:52:12 -0000
@@ -31,6 +31,8 @@
 CONFIGURE_ARGS+=	--disable-progressbar
 CONFIGURE_ARGS+=	--with-foundry=${FOUNDRY}
 
+DEPENDS+=		gawk>3.:../../lang/gawk
+
 do-install:
 	cd ${WRKSRC}; \
 	${MAKE_PROGRAM} install; \