diff options
author | obache <obache@pkgsrc.org> | 2009-01-10 03:06:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-10 03:06:34 +0000 |
commit | ca34402e0d09ec9e66d3d80ea8240dbe105c9527 (patch) | |
tree | e9ba7786a19ab56a6a268c5d3ca3fb6a6702c2f6 /inputmethod | |
parent | 1867b25b68d23d1333c5b4377fc53e973416ae0f (diff) | |
download | pkgsrc-ca34402e0d09ec9e66d3d80ea8240dbe105c9527.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna-dict/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/canna-dict/Makefile b/inputmethod/canna-dict/Makefile index 82bfb0d37d4..106de845e48 100644 --- a/inputmethod/canna-dict/Makefile +++ b/inputmethod/canna-dict/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2006/07/05 04:48:28 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2009/01/10 03:06:34 obache Exp $ PKGREVISION= 1 CANNA_MODULE= dict +MAKE_JOBS_SAFE= no + .include "../../inputmethod/canna/Makefile.common" BUILD_DEPENDS+= Canna-server>=${CANNA_VERSION}:../../inputmethod/canna-server |