diff options
Diffstat (limited to 'graphics/MesaDemos/Makefile')
-rw-r--r-- | graphics/MesaDemos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index 1bb0b454d59..d5d2fd9d94c 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/04/14 03:46:51 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/10 16:37:11 drochner Exp $ PKGNAME= MesaDemos-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -7,7 +7,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} MAINTAINER= jschauma@netbsd.org COMMENT= OpenGL examples and Demos -MESA_REQD= 5.0 +MESA_REQD= 5.0.1 .include "../Mesa/Makefile.common" |