diff options
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index b7c3d843494..32e6a9c62eb 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.11 2003/04/30 04:05:49 atatat Exp $ +# $NetBSD: Makefile.common,v 1.12 2003/05/10 16:37:11 drochner Exp $ -# Latest is: 5.0 -# Default is: 5.0 -MESA_REQD?= 5.0 +# Latest is: 5.0.1 +# Default is: 5.0.1 +MESA_REQD?= 5.0.1 MESA_VERSION= ${MESA_REQD} DISTNAME?= MesaLib-${MESA_VERSION} |