diff options
author | rillig <rillig> | 2007-01-18 10:24:45 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-18 10:24:45 +0000 |
commit | 524fee90ed56a3a038dfebaf6b62fd980348fe04 (patch) | |
tree | 4a9daf3ac03ea15a81cbf4eb0ef2ab2823515b98 | |
parent | 1d703bc71b6094bde9758a3c25dd283868c397e3 (diff) | |
download | pkgsrc-524fee90ed56a3a038dfebaf6b62fd980348fe04.tar.gz |
Mesa isn't MAKE_JOBS_SAFE.
-rw-r--r-- | graphics/Mesa/Makefile.lib | 3 |
1 files changed, 2 insertions, 1 deletions
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 |