Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 21:03:35 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556678 - head/cad/opencascade
Message-ID:  <202011302103.0AUL3Z3H035260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon Nov 30 21:03:35 2020
New Revision: 556678
URL: https://svnweb.freebsd.org/changeset/ports/556678

Log:
  Unhardcode mesa-libs dependency, use USES=gl:glesv2 instead.
  
  PR:		251486
  Submitted by:	greg (at) unrelenting.technology

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Mon Nov 30 20:58:39 2020	(r556677)
+++ head/cad/opencascade/Makefile	Mon Nov 30 21:03:35 2020	(r556678)
@@ -84,8 +84,8 @@ VIS_CMAKE_OFF=		-DUSE_FREEIMAGE:BOOL=OFF	\
 			-DUSE_FREETYPE:BOOL=OFF		\
 			-DUSE_GLES2:BOOL=OFF
 VIS_LIB_DEPENDS=	libftgl.so:graphics/ftgl	\
-			libGLESv2.so:graphics/mesa-libs	\
 			libfreeimageplus.so:graphics/freeimage
+VIS_USES=		gl:glesv2
 
 DOXYGEN_IMPLIES=	DOCS
 DOXYGEN_USE=	TEX=latex:build



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