diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-05-28 08:04:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-05-28 08:04:16 +0000 |
commit | 026a09cc04c061a41000cfaed133cdaa56c43ae8 (patch) | |
tree | 96efab3dac8bf2c14c504cfc27aaf0c847e6b7fc /inputmethod | |
parent | ee56507dac4317eb2262cb3f66d9571a765d60c1 (diff) | |
download | pkgsrc-026a09cc04c061a41000cfaed133cdaa56c43ae8.tar.gz |
Fix build like other mozc packages
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/mozc-elisp/Makefile | 4 |
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 \ |