diff options
Diffstat (limited to 'lang/spidermonkey')
-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 |