diff options
author | tv <tv@pkgsrc.org> | 2004-10-07 16:36:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-07 16:36:47 +0000 |
commit | a62d3fb0e1b45dea7bc69d02ad88327d3f691634 (patch) | |
tree | 22ffed2ee6bcfab538d5f4b2cdef467d0ac52cfb /graphics/glu/Makefile | |
parent | 615aad4d14713a8bbeffadf5fed51184aa09e602 (diff) | |
download | pkgsrc-a62d3fb0e1b45dea7bc69d02ad88327d3f691634.tar.gz |
Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
Diffstat (limited to 'graphics/glu/Makefile')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index f2d8cc133a2..6a9dbe085eb 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2004/10/03 00:14:51 tv Exp $ +# $NetBSD: Makefile,v 1.32 2004/10/07 16:36:47 tv Exp $ # PKGNAME= ${DISTNAME:C/MesaLib/glu/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* |