diff options
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} |