diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-18 20:54:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-18 20:54:39 +0000 |
commit | a86b27f420d8a830a1ea7fd2cb27463d58f7fcde (patch) | |
tree | 877085769f22bb11d35680a642df5acb247396c0 /graphics/MesaDemos | |
parent | 1c95583927fafe6a1fa890d7482b7dbe3d60e313 (diff) | |
download | pkgsrc-a86b27f420d8a830a1ea7fd2cb27463d58f7fcde.tar.gz |
Combine two lines.
Diffstat (limited to 'graphics/MesaDemos')
-rw-r--r-- | graphics/MesaDemos/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index a513883e1f7..ebddfd3b1f8 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/12/10 18:55:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/18 20:54:39 wiz Exp $ PKGNAME= MesaDemos-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -8,8 +8,7 @@ MAINTAINER= jschauma@netbsd.org COMMENT= OpenGL examples and Demos # XXX: -BROKEN= "This package not available until Mesa is updated to -5.0!" +BROKEN= "This package not available until Mesa is updated to 5.0!" .include "../Mesa/Makefile.common" |