diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-25 07:29:18 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-25 07:29:18 +0000 |
commit | fa8dfc2a76165fe75fd32653be27836560c6d3a1 (patch) | |
tree | 9f68c7de84c79dc95d64b59612eda57bc63db68f | |
parent | 6ce84d577b74757a0a39bac4155872fe92c814c5 (diff) | |
download | pkgsrc-fa8dfc2a76165fe75fd32653be27836560c6d3a1.tar.gz |
Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895.
-rw-r--r-- | graphics/glu/Makefile | 4 | ||||
-rw-r--r-- | graphics/glut/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 81d0ed251d9..58b3039d873 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2009/08/08 08:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2009/08/25 07:29:18 hasso Exp $ PKGNAME= glu-${MESA_PKGVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 0c9e8c01268..1ee2f6aa884 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2009/07/08 20:00:58 hasso Exp $ +# $NetBSD: Makefile,v 1.53 2009/08/25 07:29:18 hasso Exp $ PKGNAME= glut-${MESA_PKGVERSION} +PKGREVISION= 1 COMMENT= GLUT Graphics library similar to SGI's OpenGL CONFLICTS+= Mesa-glx-[0-9]* |