diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-11 09:36:23 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-11 09:36:23 +0000 |
commit | 076774dcc2785657904356e97e2c258acd260e07 (patch) | |
tree | 3c8a66d88db8fb31552a7b10e2c24a057a501895 /lang | |
parent | af7124bb7dd43a05fd637f321bbd529a1a4a471c (diff) | |
download | pkgsrc-076774dcc2785657904356e97e2c258acd260e07.tar.gz |
Add MAKE_JOBS_SAFE=no ... I thought I did this a long time ago, but evidently not.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/spidermonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 415a2f945a9..770fee038cd 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/09/21 18:06:28 bjs Exp $ +# $NetBSD: Makefile,v 1.17 2008/01/11 09:36:23 bjs Exp $ DISTNAME= js-1.60 PKGNAME= ${DISTNAME:S/js/spidermonkey/} @@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/js/src +MAKE_JOBS_SAFE= no + NO_CONFIGURE= yes USE_TOOLS+= gmake MAKE_FILE= Makefile.ref |