summaryrefslogtreecommitdiff
path: root/graphics/opencsg
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/opencsg
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/opencsg')
-rw-r--r--graphics/opencsg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile
index 21457706276..6a1934d2b9f 100644
--- a/graphics/opencsg/Makefile
+++ b/graphics/opencsg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2016/02/25 13:37:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2019/08/30 17:01:34 nia Exp $
DISTNAME= OpenCSG-1.3.2
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.opencsg.org/
@@ -26,6 +26,6 @@ do-install:
${LIBTOOL} --mode=install ${INSTALL_LIB} \
${WRKSRC}/src/libopencsg.la ${DESTDIR}${PREFIX}/lib
-.include "../../graphics/glut/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"