summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-05-28 08:04:16 +0000
committerryoon <ryoon@pkgsrc.org>2016-05-28 08:04:16 +0000
commit4a434e4f9d4e1af70fd3fed02d7dafef625fa04a (patch)
treececfe5632f0cf37b27807df752733cb7c08b63f0 /inputmethod
parent2f0090adc51ee85fd86afad688120a96109a5d48 (diff)
downloadpkgsrc-4a434e4f9d4e1af70fd3fed02d7dafef625fa04a.tar.gz
Fix build like other mozc packages
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/mozc-elisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index bc965237e62..ebb00ff90be 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2016/05/28 08:04:16 ryoon Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
@@ -12,7 +12,7 @@ INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
- ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
+ ${PYTHONBIN} build_mozc.py build -c Release \
unix/emacs/emacs.gyp:mozc_emacs_helper
cd ${WRKSRC}/unix/emacs && \
${EMACS_BIN} -q -batch -no-site-file -no-init-file \