svn commit: r556682 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Mon Nov 30 22:02:55 UTC 2020


Author: thierry
Date: Mon Nov 30 22:02:55 2020
New Revision: 556682
URL: https://svnweb.freebsd.org/changeset/ports/556682

Log:
  Fix previous commit.
  
  PR:		251486
  Reported by:	jbeich

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Mon Nov 30 21:07:36 2020	(r556681)
+++ head/cad/opencascade/Makefile	Mon Nov 30 22:02:55 2020	(r556682)
@@ -85,7 +85,7 @@ VIS_CMAKE_OFF=		-DUSE_FREEIMAGE:BOOL=OFF	\
 			-DUSE_GLES2:BOOL=OFF
 VIS_LIB_DEPENDS=	libftgl.so:graphics/ftgl	\
 			libfreeimageplus.so:graphics/freeimage
-VIS_USES=		gl:glesv2
+VIS_USE=		GL=glesv2
 
 DOXYGEN_IMPLIES=	DOCS
 DOXYGEN_USE=	TEX=latex:build


More information about the svn-ports-all mailing list