diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-22 11:26:02 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-22 11:26:02 +0000 |
commit | 07d127c14f905fd20cee10a5e5b353004949ad32 (patch) | |
tree | f6606b349708e624f195d612eea42a533d79593e /inputmethod | |
parent | e6e4d000e4d18dba7b7dc8a44f5b75e7d9aad563 (diff) | |
download | pkgsrc-07d127c14f905fd20cee10a5e5b353004949ad32.tar.gz |
Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-mozc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile index b9abdbe273c..cc03c2ea1c1 100644 --- a/inputmethod/ibus-mozc/Makefile +++ b/inputmethod/ibus-mozc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/01/18 11:36:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2013/01/22 11:28:11 ryoon Exp $ # PKGNAME= ibus-${DISTNAME} @@ -10,7 +10,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 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} \ unix/ibus/ibus.gyp:ibus_mozc do-install: |