summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-25 20:49:13 +0000
committerjoerg <joerg>2008-04-25 20:49:13 +0000
commit6232cd7bd561f9eaa85ce2ab2839c3d19618f18b (patch)
tree9f17b0a5616b2a378c3cf6ef4bf2c5e73603ca09 /graphics/Mesa
parentfb16f22033d924a7b11f023a6508c845dd45f27b (diff)
downloadpkgsrc-6232cd7bd561f9eaa85ce2ab2839c3d19618f18b.tar.gz
s/MAKE_JOBS/MAKE_JOBS_SAFE/
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 2113a7a2994..a931a8b49ca 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2008/04/25 20:39:09 joerg Exp $
+# $NetBSD: Makefile.common,v 1.60 2008/04/25 20:49:13 joerg Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -24,7 +24,7 @@ MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://www.mesa3d.org/
PKG_DESTDIR_SUPPORT= user-destdir
-MAKE_JOBS= no
+MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION}
BUILDING_MESA= yes