From c11a2f7bbba163f0fcf29376c46f25a77a49a88f Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 8 Oct 2010 01:05:48 +0000 Subject: * no need gmake to build * more stacksize to build dictironary. --- inputmethod/anthy/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inputmethod/anthy') diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index d83b58288cc..7e9b0003529 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2010/10/08 01:05:48 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -11,7 +11,7 @@ COMMENT= Kana Kanji conversion system USE_LIBTOOL= yes USE_LANGUAGES= c -USE_TOOLS+= gmake printf +USE_TOOLS+= printf GNU_CONFIGURE= yes CONFIGURE_ENV+= EMACS=no @@ -22,6 +22,8 @@ CONF_FILES+= ${EGDIR}/anthy-conf ${PKG_SYSCONFDIR}/anthy-conf PKGCONFIG_OVERRIDE+= anthy.pc.in +UNLIMIT_RESOURCES+= stacksize + .include "options.mk" -- cgit v1.2.3