summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-01-22 11:26:02 +0000
committerryoon <ryoon@pkgsrc.org>2013-01-22 11:26:02 +0000
commit07d127c14f905fd20cee10a5e5b353004949ad32 (patch)
treef6606b349708e624f195d612eea42a533d79593e
parente6e4d000e4d18dba7b7dc8a44f5b75e7d9aad563 (diff)
downloadpkgsrc-07d127c14f905fd20cee10a5e5b353004949ad32.tar.gz
Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.
-rw-r--r--games/pingus/Makefile4
-rw-r--r--games/supertuxkart/Makefile6
-rw-r--r--inputmethod/ibus-mozc/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile
index ac6d1b18240..d792589429c 100644
--- a/games/pingus/Makefile
+++ b/games/pingus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/11/23 12:35:01 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2013/01/22 11:26:02 ryoon Exp $
DISTNAME= pingus-0.7.3
PKGREVISION= 6
@@ -37,7 +37,7 @@ do-configure:
do-build:
cd ${WRKSRC} && \
- ${PKGSRC_SETENV} ${MAKE_ENV} scons -j ${MAKE_JOBS}
+ ${PKGSRC_SETENV} ${MAKE_ENV} scons ${_MAKE_JOBS}
do-install:
cd ${WRKSRC} && ./install.sh ${DESTDIR}${PREFIX}
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile
index 0644b2623be..b2d475f9ee2 100644
--- a/games/supertuxkart/Makefile
+++ b/games/supertuxkart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/01/06 15:16:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2013/01/22 11:27:22 ryoon Exp $
#
DISTNAME= supertuxkart-0.8-src
@@ -38,11 +38,11 @@ SUBST_FILTER_CMD.dos_eol= ${TR} -d '\r'
# for irrlicht debugging
#pre-build:
# cd ${WRKSRC}/lib/irrlicht/source/Irrlicht && \
-# ${MAKE_ENV} DEBUG=1 make -j ${MAKE_JOBS}
+# ${MAKE_ENV} DEBUG=1 make ${_MAKE_JOBS}
pre-build:
cd ${WRKSRC}/lib/irrlicht/source/Irrlicht && \
- ${MAKE_ENV} NDEBUG=1 make -j ${MAKE_JOBS}
+ ${MAKE_ENV} NDEBUG=1 make ${_MAKE_JOBS}
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../audio/openal/buildlink3.mk"
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: