summaryrefslogtreecommitdiff
path: root/pkgtools
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 /pkgtools
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 'pkgtools')
-rw-r--r--pkgtools/x11-links/xorg.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/x11-links/xorg.mk b/pkgtools/x11-links/xorg.mk
index 4f6b8d7f10f..db48bb8d29d 100644
--- a/pkgtools/x11-links/xorg.mk
+++ b/pkgtools/x11-links/xorg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.mk,v 1.36 2019/08/23 15:18:39 rjs Exp $
+# $NetBSD: xorg.mk,v 1.37 2019/08/30 17:01:32 nia Exp $
#
# This is for X.org, but use "xfree" files also.
@@ -12,7 +12,6 @@ FILES_LIST= ${FILESDIR}/xorg
.include "../../graphics/libepoxy/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/glut/buildlink3.mk"
.include "../../multimedia/libvdpau/buildlink3.mk"
.include "../../sysutils/libpciaccess/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"