diff options
author | wiz <wiz> | 2001-04-02 18:40:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 18:40:55 +0000 |
commit | 1d65dedce812fbd10eeda624549dc6ed162e1c35 (patch) | |
tree | 39f6397b9f3dffdfad40fe0c9c81651e3c174a08 | |
parent | c150f716556394626869ab393cd1122755b5213e (diff) | |
download | pkgsrc-1d65dedce812fbd10eeda624549dc6ed162e1c35.tar.gz |
Move line to please pkglint.
-rw-r--r-- | graphics/Mesa-glx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile index 256d16a7a06..ed669b547b7 100644 --- a/graphics/Mesa-glx/Makefile +++ b/graphics/Mesa-glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/03/27 03:19:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2001/04/02 18:40:55 wiz Exp $ DISTNAME= glx-20000813 PKGNAME= Mesa-${DISTNAME} @@ -13,12 +13,12 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://utah-glx.sourceforge.net/ COMMENT= OpenGL like graphics library with GLX hardware acceleration -BROKEN= Package is outdated and has security problems. - BUILD_DEPENDS+= perl-5.*:../../lang/perl5 BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= tcl-8.3.2nb1:../../lang/tcl +BROKEN= Package is outdated and has security problems. + CONFLICTS+= Mesa-* CONFLICTS+= MesaLib-* CONFLICTS+= glu-* |