svn commit: r549927 - head/devel/gdcm

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Sep 24 16:21:41 UTC 2020


Author: stephen
Date: Thu Sep 24 16:21:38 2020
New Revision: 549927
URL: https://svnweb.freebsd.org/changeset/ports/549927

Log:
  - Unbreak build with VTK6 enabled.
  
  PR:		249540
  Submitted by:	fluffy at FreeBSD.org

Modified:
  head/devel/gdcm/Makefile

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Thu Sep 24 16:20:00 2020	(r549926)
+++ head/devel/gdcm/Makefile	Thu Sep 24 16:21:38 2020	(r549927)
@@ -23,6 +23,8 @@ VTK6_DESC=		Build VTK 6 integration classes
 VTK6_LIB_DEPENDS=	libvtkCommonCore-${VTK6_VERSION}.so:math/vtk6
 VTK6_CMAKE_ON=		-DGDCM_USE_VTK:BOOL=ON \
 			-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTK6_VERSION}
+VTK6_USES=		gl
+VTK6_USE=		GL=glu
 
 # Change this when updating the port
 GDCM_MAJOR=	3


More information about the svn-ports-all mailing list