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 /graphics/glut | |
parent | 6ce84d577b74757a0a39bac4155872fe92c814c5 (diff) | |
download | pkgsrc-fa8dfc2a76165fe75fd32653be27836560c6d3a1.tar.gz |
Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895.
Diffstat (limited to 'graphics/glut')
-rw-r--r-- | graphics/glut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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]* |