diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-04 16:51:00 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-04 16:51:00 +0000 |
commit | 12de1f83d9fa3b3dc3124a3973476ba8a0f66bf7 (patch) | |
tree | 0a4626fe4f226e6995358882b5571f4c8307edf4 /graphics | |
parent | 011ab0860b3413a160aba5dca1c2d25b95e3dcdb (diff) | |
download | pkgsrc-12de1f83d9fa3b3dc3124a3973476ba8a0f66bf7.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.common | 6 |
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} |