diff options
author | tron <tron@pkgsrc.org> | 2000-04-05 20:43:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-05 20:43:17 +0000 |
commit | 92b0ebfb310b2fdac4d900618246a0b7bdf3e2f8 (patch) | |
tree | 2abb37d67d7c936fa82e66dfa373b6a5ee58db7b | |
parent | 14fc2f1234b1f2eb2a254b41732562ca4020041b (diff) | |
download | pkgsrc-92b0ebfb310b2fdac4d900618246a0b7bdf3e2f8.tar.gz |
Mark this package as broken because it doesn't work with Mesa 3.1.
-rw-r--r-- | graphics/Mesa-glx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile index 99155870a95..a90c1a43e1e 100644 --- a/graphics/Mesa-glx/Makefile +++ b/graphics/Mesa-glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/15 09:26:20 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/04/05 20:43:17 tron Exp $ DISTNAME= glx-19990804 PKGNAME= Mesa-${DISTNAME:S/-/-${GLX_CHIPSET}-/} @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://glx.on.openprojects.net/ +BROKEN= update required for Mesa 3.1. + BUILD_DEPENDS+= ${PERL}:../../lang/perl5 BUILD_DEPENDS+= ${TCLSH}:../../lang/tcl80 BUILD_DEPENDS+= ${MESA_WRKSRC}/lib/libMesaGL.a:${MESA_PKGDIR}:build |