aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-06-24 22:41:25 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-06-29 01:23:57 +0000
commit709148649962c82048858d84a29ffa4ab15a0738 (patch)
treef5e82b36104b16f453bc27463721180fea112957 /Mk
parenteb545e060ec84c44a77f711744cd0a79a04a1dac (diff)
downloadports-709148649962c82048858d84a29ffa4ab15a0738.tar.gz
ports-709148649962c82048858d84a29ffa4ab15a0738.zip
graphics/libGLU: Update to 9.0.2
PR: 241568 Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30869
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/Uses/gl.mk b/Mk/Uses/gl.mk
index 7d71d9724d92..2c6e36d86bd1 100644
--- a/Mk/Uses/gl.mk
+++ b/Mk/Uses/gl.mk
@@ -2,7 +2,7 @@
#
# Feature: gl
# Usage: USES=gl
-# USE_GL=egl gbm gl glesv1 glesv2 glew glu glut
+# USE_GL=egl gbm gl glesv1 glesv2 glew glu glut opengl
#
# USE_GL specifies which GL components to add as dependencies.
# Not specifying USE_GL with USES=gl is an error.
@@ -23,6 +23,7 @@ _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_opengl_LIB_DEPENDS= libOpenGL.so:graphics/libglvnd
.if !empty(gl_ARGS)
IGNORE= USES=gl takes no arguments