summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-tool
diff options
context:
space:
mode:
authorryoon <ryoon>2013-01-22 11:15:27 +0000
committerryoon <ryoon>2013-01-22 11:15:27 +0000
commit7aa431d907da6782844496f3e97ed18ed2a13b94 (patch)
treecb3ff7b12579f138c7d8da75c63efb1cb0077c62 /inputmethod/mozc-tool
parent05057792849e0b5b33bea2ec558365d853db201c (diff)
downloadpkgsrc-7aa431d907da6782844496f3e97ed18ed2a13b94.tar.gz
Fix build when MAKE_JOBS is not defined, use _MAKE_JOBS.
Diffstat (limited to 'inputmethod/mozc-tool')
-rw-r--r--inputmethod/mozc-tool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile
index 9b887bf0156..cc861fdf4d6 100644
--- a/inputmethod/mozc-tool/Makefile
+++ b/inputmethod/mozc-tool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/01/18 11:38:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/22 11:15:28 ryoon Exp $
#
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
@@ -11,7 +11,7 @@ ALL_ENV+= qt_dir=${QTDIR}
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \
- ${PYTHONBIN} build_mozc.py build -c Release -j ${MAKE_JOBS} \
+ ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
gui/gui.gyp:mozc_tool
do-install: