diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-15 14:00:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-15 14:00:01 +0000 |
commit | 80746581aad62e42af842f0a1a4faa1c19a92ad5 (patch) | |
tree | fc2c88e484c55c632a8bb81d7f6d16084319214e /inputmethod | |
parent | bc195077b5960ef764d1d68526f68e5614b36c93 (diff) | |
download | pkgsrc-80746581aad62e42af842f0a1a4faa1c19a92ad5.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ja-freewnn-dict/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ja-freewnn-dict/Makefile b/inputmethod/ja-freewnn-dict/Makefile index d107f4411c7..dc27a8b79a8 100644 --- a/inputmethod/ja-freewnn-dict/Makefile +++ b/inputmethod/ja-freewnn-dict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/04/08 22:43:23 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/15 14:00:01 joerg Exp $ # PKGNAME= ja-FreeWnn-dict-1.10 @@ -11,6 +11,8 @@ COMMENT= Japanese/Chinese/Korean input method (Japanese dictionary) BUILD_DEPENDS+= ja-FreeWnn-server-bin>=1.10nb1:../../inputmethod/ja-freewnn-server-bin +MAKE_JOBS_SAFE= no + WNNDIR= Wnn WNN_TARGET= DICT WNN_LANG= ja_JP |