diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-12-06 17:03:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-12-06 17:03:23 +0000 |
commit | da20b44d2485ab7ba7d10f120182fb719a2e39b7 (patch) | |
tree | 614cb1a24776e19fcab9aa63fa84f246d09daac0 /graphics/Mesa/Makefile.common | |
parent | 7043b84008fee455f4bcb61ed0e279ed2243bf35 (diff) | |
download | pkgsrc-da20b44d2485ab7ba7d10f120182fb719a2e39b7.tar.gz |
Back out update of Mesa, MesaLib, glu and glut to Mesa version 5.0,
until we figure out how to properly solve the conflict of XF4.x's own
GL. As discussed with tron.
Diffstat (limited to 'graphics/Mesa/Makefile.common')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 9b0a683be62..974fddb06c5 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.4 2002/12/05 15:11:48 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.5 2002/12/06 17:03:23 jschauma Exp $ -MESA_VERSION= 5.0 +MESA_VERSION= 3.4.2 DISTNAME?= MesaLib-${MESA_VERSION} CATEGORIES?= graphics MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} |