summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-12-10 18:55:00 +0000
committerjschauma <jschauma>2002-12-10 18:55:00 +0000
commit3e6c2239d06d49409ced7dfe55d2f9b7ce54c591 (patch)
tree520ce0889a8b49010df98893b6fc331606d06879 /graphics/MesaDemos
parent24cc09249717423b13aadcf67cefd7dfa6bd6a11 (diff)
downloadpkgsrc-3e6c2239d06d49409ced7dfe55d2f9b7ce54c591.tar.gz
Mark as BROKEN until Mesa has been updated to 5.0.
Diffstat (limited to 'graphics/MesaDemos')
-rw-r--r--graphics/MesaDemos/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile
index 80e8f0c5ceb..a513883e1f7 100644
--- a/graphics/MesaDemos/Makefile
+++ b/graphics/MesaDemos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/12/05 15:20:22 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2002/12/10 18:55:00 jschauma Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -7,6 +7,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//}
MAINTAINER= jschauma@netbsd.org
COMMENT= OpenGL examples and Demos
+# XXX:
+BROKEN= "This package not available until Mesa is updated to
+5.0!"
+
.include "../Mesa/Makefile.common"
USE_BUILDLINK2= yes
@@ -22,7 +26,6 @@ do-install:
cd ${WRKSRC}/${dir} && ${PAX} -s ,^./.*Makefile.*,, -s ,^./CVS.*,, \
-rw . ${PREFIX}/share/examples/${PKGNAME}/${dir}
.endfor
-
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"