diff options
author | obache <obache@pkgsrc.org> | 2010-10-08 01:05:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-08 01:05:48 +0000 |
commit | c11a2f7bbba163f0fcf29376c46f25a77a49a88f (patch) | |
tree | 1263fe7698dbffeea9c2b8e00d409e8137493964 /inputmethod/anthy | |
parent | 791f2410072d44ce729d403a8abade08686afeb7 (diff) | |
download | pkgsrc-c11a2f7bbba163f0fcf29376c46f25a77a49a88f.tar.gz |
* no need gmake to build
* more stacksize to build dictironary.
Diffstat (limited to 'inputmethod/anthy')
-rw-r--r-- | inputmethod/anthy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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" |