summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-07-03 18:01:15 +0000
committerjschauma <jschauma@pkgsrc.org>2003-07-03 18:01:15 +0000
commit44c0c21a54e3bff372aa02f76825c502a9d51d53 (patch)
tree3dbe66da08ce193c9e12f0cb6561bf245389d329 /graphics/Mesa
parent72dd0fdb1c01e88cc107b8f856426bc7a4d86d09 (diff)
downloadpkgsrc-44c0c21a54e3bff372aa02f76825c502a9d51d53.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}