summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-07-04 16:51:00 +0000
committerjschauma <jschauma>2003-07-04 16:51:00 +0000
commit9da1961a9aa7c0e96e50d92e33ec2384d973b219 (patch)
tree0a4626fe4f226e6995358882b5571f4c8307edf4 /graphics
parenta1652f4912167f8767b1f7bea343eeaaabec31f1 (diff)
downloadpkgsrc-9da1961a9aa7c0e96e50d92e33ec2384d973b219.tar.gz
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@.
Diffstat (limited to 'graphics')
-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 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}