diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-01 14:28:48 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-01 14:28:48 +0000 |
commit | 32f028ef29ad33eee1f8872b397504b3dd0bf2c6 (patch) | |
tree | fb0abe9921ffee0705ed86604a3198701a09d938 /Mk | |
parent | 640f5371b65ef5089f51100012aecdcf5a2362c0 (diff) | |
download | freebsd-ports-32f028ef29ad33eee1f8872b397504b3dd0bf2c6.zip |
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
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gl.mk | 3 |
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 |