Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 18:52:08 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479543 - head/Mk/Uses
Message-ID:  <201809111852.w8BIq8Ac003601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Sep 11 18:52:07 2018
New Revision: 479543
URL: https://svnweb.freebsd.org/changeset/ports/479543

Log:
  Sort alphabetically

Modified:
  head/Mk/Uses/gl.mk

Modified: head/Mk/Uses/gl.mk
==============================================================================
--- head/Mk/Uses/gl.mk	Tue Sep 11 18:47:07 2018	(r479542)
+++ head/Mk/Uses/gl.mk	Tue Sep 11 18:52:07 2018	(r479543)
@@ -4,7 +4,7 @@
 # 
 # Feature:	gl
 # Usage:	USES=gl
-#		USE_GL=egl glesv2 glut glu glw gl
+#		USE_GL=egl gbm gl glesv2 glew glu glut glw
 #		
 #		USE_GL specifies which GL components to add as dependencies.
 #		Not specifying USE_GL with USES=gl is an error.
@@ -15,16 +15,16 @@
 .if !defined(_INCLUDE_USES_GL_MK)
 _INCLUDE_USES_GL_MK=yes
 
-_GL_gbm_LIB_DEPENDS=		libgbm.so:graphics/mesa-libs
-_GL_glesv2_LIB_DEPENDS=		libGLESv2.so:graphics/mesa-libs
 _GL_egl_LIB_DEPENDS=		libEGL.so:graphics/mesa-libs
+_GL_gbm_LIB_DEPENDS=		libgbm.so:graphics/mesa-libs
 _GL_gl_LIB_DEPENDS=		libGL.so:graphics/mesa-libs
 _GL_gl_USE_XORG=		xorgproto
+_GL_glesv2_LIB_DEPENDS=		libGLESv2.so:graphics/mesa-libs
 _GL_glew_LIB_DEPENDS=		libGLEW.so:graphics/glew
 _GL_glu_LIB_DEPENDS=		libGLU.so:graphics/libGLU
 _GL_glu_USE_XORG=		xorgproto
-_GL_glw_LIB_DEPENDS=		libGLw.so:graphics/libGLw
 _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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809111852.w8BIq8Ac003601>