svn commit: r417920 - branches/2016Q3/math/vtk5

Antoine Brodin antoine at FreeBSD.org
Sat Jul 2 10:30:17 UTC 2016


Author: antoine
Date: Sat Jul  2 10:30:15 2016
New Revision: 417920
URL: https://svnweb.freebsd.org/changeset/ports/417920

Log:
  MFH: r417918
  
  Fix packaging when GL2PS is on
  
  Reported by:	pkg-fallout

Modified:
  branches/2016Q3/math/vtk5/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/math/vtk5/Makefile
==============================================================================
--- branches/2016Q3/math/vtk5/Makefile	Sat Jul  2 10:29:47 2016	(r417919)
+++ branches/2016Q3/math/vtk5/Makefile	Sat Jul  2 10:30:15 2016	(r417920)
@@ -64,7 +64,7 @@ SHARED_CMAKE_BOOL+=	VTK_USE_SYSTEM_${lib
 
 VTKMPEG2_CMAKE_BOOL=	VTK_USE_PATENTED VTK_USE_MPEG2_ENCODER
 THEORA_CMAKE_BOOL=	VTK_USE_OGGTHEORA_ENCODER
-GL2PS_CMAKE_BOOL=	GTK_USE_GL2PS
+GL2PS_CMAKE_BOOL=	VTK_USE_GL2PS
 OSMESA_CMAKE_BOOL=	VTK_OPENGL_HAS_OSMESA
 OSMESA_CMAKE_BOOL_OFF=	VTK_USE_X
 QT4_CMAKE_BOOL=		VTK_USE_GUISUPPORT


More information about the svn-ports-all mailing list