diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-29 20:54:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-29 20:54:14 +0000 |
commit | dacc1aa2b2a23de16c097b02ea6da3e615ff3ecf (patch) | |
tree | c93c0bd1f12f20f9471aa1c4d00c8e074739b2a0 /graphics/Mesa | |
parent | 44758f06a8fcc149f72caa8f393e6dd0046180e8 (diff) | |
download | pkgsrc-dacc1aa2b2a23de16c097b02ea6da3e615ff3ecf.tar.gz |
Revert previous, sharing the distinfo doesn't work because of the
MESA_PATCHLEVEL junk.
Instead make graphics/glx-utils not track the mesa patchlevel at all.
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 1290963010a..afcadb3ae41 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2008/05/29 19:14:17 tnn Exp $ +# $NetBSD: Makefile.common,v 1.64 2008/05/29 20:54:14 tnn Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -15,6 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} # # graphics/MesaLib # graphics/MesaDemos +# graphics/glx-utils # MESA_VERSION= 7.0.3 MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} |