summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/glu/Makefile4
-rw-r--r--graphics/glut/Makefile3
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]*