summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-07-03 18:01:15 +0000
committerjschauma <jschauma>2003-07-03 18:01:15 +0000
commit690b853882459de22edb06da3f40c106a2bc4b1c (patch)
tree3dbe66da08ce193c9e12f0cb6561bf245389d329 /graphics/Mesa
parent5cc0a3cb75b230af5bfe4f0c95c5029accba2653 (diff)
downloadpkgsrc-690b853882459de22edb06da3f40c106a2bc4b1c.tar.gz
Let's be consistent here:
All other Mesa packages assume a default of 3.4.2, so set this here, too. The reasoning behind this is that 3.4.2 is part of XF, so that users/packages that don't explicitly need version 5.x don't need to build it.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 36f6006e973..9d180550736 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.13 2003/06/23 14:23:18 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.14 2003/07/03 18:01:15 jschauma Exp $
# Latest is: 5.0.1
-# Default is: 5.0.1
-MESA_REQD?= 5.0.1
+# Default is: 3.4.2
+MESA_REQD?= 3.4.2
MESA_VERSION= ${MESA_REQD}
DISTNAME?= MesaLib-${MESA_VERSION}