From 524fee90ed56a3a038dfebaf6b62fd980348fe04 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 18 Jan 2007 10:24:45 +0000 Subject: Mesa isn't MAKE_JOBS_SAFE. --- graphics/Mesa/Makefile.lib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/Mesa/Makefile.lib b/graphics/Mesa/Makefile.lib index 10ab059b885..778d9d6a7bf 100644 --- a/graphics/Mesa/Makefile.lib +++ b/graphics/Mesa/Makefile.lib @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.lib,v 1.2 2006/10/09 12:52:35 joerg Exp $ +# $NetBSD: Makefile.lib,v 1.3 2007/01/18 10:24:45 rillig Exp $ # # This Makefile fragment is included by all packages that build libraries # from the Mesa sources. @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= makedepend +MAKE_JOBS_SAFE= no PATCHDIR= ${.CURDIR}/../MesaLib/patches DISTINFO_FILE= ${.CURDIR}/../MesaLib/distinfo -- cgit v1.2.3