s/MAKE_JOBS/MAKE_JOBS_SAFE/
This commit is contained in:
parent
2bfedc9851
commit
89fb563488
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue