diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
commit | 5561ef446dff75923d702e04138e2a7ca748bb1c (patch) | |
tree | ba5c318600555301b8a78f14c17772a3e23be7eb /graphics/Mesa | |
parent | 2ca9ca8b332b13e6b820f97ee647b6aacc9df8c2 (diff) | |
download | pkgsrc-5561ef446dff75923d702e04138e2a7ca748bb1c.tar.gz |
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 81110c53575..2113a7a2994 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2008/04/24 07:40:23 bjs Exp $ +# $NetBSD: Makefile.common,v 1.59 2008/04/25 20:39:09 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,6 +24,7 @@ MAINTAINER= bjs@NetBSD.org HOMEPAGE= http://www.mesa3d.org/ PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS= no WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION} BUILDING_MESA= yes |