summaryrefslogtreecommitdiff
path: root/Mk/Uses/gl.mk
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-01 14:28:48 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-01 14:28:48 +0000
commit32f028ef29ad33eee1f8872b397504b3dd0bf2c6 (patch)
treefb0abe9921ffee0705ed86604a3198701a09d938 /Mk/Uses/gl.mk
parentRemove deprecated xorg libraries (diff)
graphics/libGLw: Remove deprecated port
Remove graphics/libGLw, since it is deprecated. Dependent ports have already been resolved. Unhook it from the infrastructure in Mk/Uses/gl.mk
Notes
Notes: svn path=/head/; revision=516226
Diffstat (limited to 'Mk/Uses/gl.mk')
-rw-r--r--Mk/Uses/gl.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/Uses/gl.mk b/Mk/Uses/gl.mk
index ed8ed0c2015c..faad0fa167e3 100644
--- a/Mk/Uses/gl.mk
+++ b/Mk/Uses/gl.mk
@@ -4,7 +4,7 @@
#
# Feature: gl
# Usage: USES=gl
-# USE_GL=egl gbm gl glesv2 glew glu glut glw
+# USE_GL=egl gbm gl glesv2 glew glu glut
#
# USE_GL specifies which GL components to add as dependencies.
# Not specifying USE_GL with USES=gl is an error.
@@ -24,7 +24,6 @@ _GL_glew_LIB_DEPENDS= libGLEW.so:graphics/glew
_GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU
_GL_glu_USE_XORG= xorgproto
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut
-_GL_glw_LIB_DEPENDS= libGLw.so:graphics/libGLw
.if !empty(gl_ARGS)
IGNORE= USES=gl takes no arguments