From 12de1f83d9fa3b3dc3124a3973476ba8a0f66bf7 Mon Sep 17 00:00:00 2001 From: jschauma Date: Fri, 4 Jul 2003 16:51:00 +0000 Subject: Revert yesterdays commit of setting the default to 3.4.2; apparently things are more complex than they seem, so until we've figured out how to do this properly go back to what used to work (ie default back to 5.0.1) Problems pointed out by tron@ and abs@. --- graphics/Mesa/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 9d180550736..8f96452ea8a 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.14 2003/07/03 18:01:15 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.15 2003/07/04 16:51:00 jschauma Exp $ # Latest is: 5.0.1 -# Default is: 3.4.2 -MESA_REQD?= 3.4.2 +# Default is: 5.0.1 +MESA_REQD?= 5.0.1 MESA_VERSION= ${MESA_REQD} DISTNAME?= MesaLib-${MESA_VERSION} -- cgit v1.2.3