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/glu/Makefile | |
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/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 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]* |