svn commit: r507718 - head/graphics/ogre3d

Oliver Lehmann oliver at FreeBSD.org
Wed Jul 31 16:38:20 UTC 2019


Author: oliver
Date: Wed Jul 31 16:38:20 2019
New Revision: 507718
URL: https://svnweb.freebsd.org/changeset/ports/507718

Log:
  fix build - also depend on USE_GL=glu

Modified:
  head/graphics/ogre3d/Makefile

Modified: head/graphics/ogre3d/Makefile
==============================================================================
--- head/graphics/ogre3d/Makefile	Wed Jul 31 16:37:32 2019	(r507717)
+++ head/graphics/ogre3d/Makefile	Wed Jul 31 16:38:20 2019	(r507718)
@@ -62,7 +62,7 @@ OPENGL_CMAKE_BOOL=	OGRE_BUILD_RENDERSYSTEM_GL3PLUS \
 			OGRE_BUILD_RENDERSYSTEM_GL \
 			OGRE_BUILD_RENDERSYSTEM_GLES2
 OPENGL_USES=		gl
-OPENGL_USE=		XORG=sm,ice GL=gl
+OPENGL_USE=		XORG=sm,ice GL=gl,glu
 
 PROFILE_CMAKE_BOOL=	OGRE_PROFILING
 


More information about the svn-ports-all mailing list