diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-31 15:41:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-31 15:41:41 +0000 |
commit | 9111c8545a035ab3517185f630dda727c980758f (patch) | |
tree | 78d207315130263cfdb321250e512273d0960fdb /inputmethod | |
parent | ec48543aee8a78b7cc757ab71b31eee3ec182208 (diff) | |
download | pkgsrc-9111c8545a035ab3517185f630dda727c980758f.tar.gz |
Has race conditions.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-table-others/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/ibus-table-others/Makefile b/inputmethod/ibus-table-others/Makefile index 32dfcf87b0e..1d14ecdf300 100644 --- a/inputmethod/ibus-table-others/Makefile +++ b/inputmethod/ibus-table-others/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/03/15 17:56:15 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.12 2015/03/31 15:41:41 joerg Exp $ # DISTNAME= ibus-table-others-1.3.7 @@ -10,6 +10,9 @@ HOMEPAGE= http://code.google.com/p/ibus/ COMMENT= All non-Chinese tables for IBus-Table LICENSE= gnu-gpl-v3 +#FileExistsError: [Errno 17] File exists: '.../work/.home/.local/share/ibus-table' +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes USE_LANGUAGES= # none USE_TOOLS+= pkg-config |