summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile.common
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-05-10 16:37:11 +0000
committerdrochner <drochner@pkgsrc.org>2003-05-10 16:37:11 +0000
commitfe29855beccb85a075a82b0af7cf6f69ec433cd5 (patch)
treebe17b3ee54e37ca5b30ebd00393c31b3cd1f7f77 /graphics/Mesa/Makefile.common
parent6d9e7be77b722a4d9ad979900bdf875a6a7d42f1 (diff)
downloadpkgsrc-fe29855beccb85a075a82b0af7cf6f69ec433cd5.tar.gz
update to 5.0.1
mostly a bugfix release other changes: - updated GL/gl_mangle.h file - use glPolygonOffset in gloss demo to avoid z-fighting artifacts - updated winpos and pointblast demos to use ARB extensions - disable SPARC normal transformation code
Diffstat (limited to 'graphics/Mesa/Makefile.common')
-rw-r--r--graphics/Mesa/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index b7c3d843494..32e6a9c62eb 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.11 2003/04/30 04:05:49 atatat Exp $
+# $NetBSD: Makefile.common,v 1.12 2003/05/10 16:37:11 drochner Exp $
-# Latest is: 5.0
-# Default is: 5.0
-MESA_REQD?= 5.0
+# Latest is: 5.0.1
+# Default is: 5.0.1
+MESA_REQD?= 5.0.1
MESA_VERSION= ${MESA_REQD}
DISTNAME?= MesaLib-${MESA_VERSION}