summaryrefslogtreecommitdiff
path: root/graphics/quesoglc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-30 17:01:32 +0000
committernia <nia@pkgsrc.org>2019-08-30 17:01:32 +0000
commitc2ebe51d04e4c11740cd7a8e1972a678cd84130f (patch)
tree8c60e6a12d4d573c985988021a6273bd9438511b /graphics/quesoglc
parent9735b40e8e365a5e031e141a5bc913a0b9b5fdab (diff)
downloadpkgsrc-c2ebe51d04e4c11740cd7a8e1972a678cd84130f.tar.gz
Switch packages using GLUT to FreeGLUT.
Start building FreeGLUT with GLUT compatibility on. - GLUT's maintainance state is much worse than FreeGLUT's, with no substanital commits since 2011. - GLUT can no longer be consider a core component of Mesa or X11. - Nobody except us seems to be using it... Other vendors still shipping GLUT: - GoboLinux, T2 SDE, PLD Linux Revbump packages using GLUT or freeglut by default.
Diffstat (limited to 'graphics/quesoglc')
-rw-r--r--graphics/quesoglc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile
index 90cf0566643..7399412ae39 100644
--- a/graphics/quesoglc/Makefile
+++ b/graphics/quesoglc/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2019/05/29 19:52:50 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/08/30 17:01:34 nia Exp $
#
DISTNAME= quesoglc-0.7.1-free
PKGNAME= ${DISTNAME:S/-free$//}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quesoglc/}
EXTRACT_SUFX= .tar.bz2
@@ -26,5 +26,5 @@ CONFIGURE_ARGS+= --disable-executables
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/glut/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"