diff options
-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 |