summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2016-06-01 13:35:59 +0000
committertsutsui <tsutsui@pkgsrc.org>2016-06-01 13:35:59 +0000
commit6ab0eb35ac348c201af129b1e42a45b31a47f0c3 (patch)
tree1accc49efd3eaaa30cadbccd8c70fc2aa15a2425 /inputmethod
parentecd11509f59fb35941ff98ed7c3b4e4c6e810843 (diff)
downloadpkgsrc-6ab0eb35ac348c201af129b1e42a45b31a47f0c3.tar.gz
Fix build error as mozc-elisp.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim-mozc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index 91fda4ba1e0..e5310a42ef6 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/01 13:35:59 tsutsui Exp $
PKGNAME= uim-${DISTNAME}
@@ -23,7 +23,7 @@ post-extract:
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
- ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
+ ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
unix/uim/uim.gyp:uim-mozc \
renderer/renderer.gyp:mozc_renderer