diff options
author | joerg <joerg> | 2010-02-15 14:00:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-15 14:00:01 +0000 |
commit | 3cde4a9721ad9d1ec232455d693ac29bc7a75a0e (patch) | |
tree | fc2c88e484c55c632a8bb81d7f6d16084319214e /inputmethod/ja-freewnn-dict | |
parent | 097177bef6f6f1bafd5d9989e57179d6383aa143 (diff) | |
download | pkgsrc-3cde4a9721ad9d1ec232455d693ac29bc7a75a0e.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'inputmethod/ja-freewnn-dict')
-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 |