svn commit: r417918 - head/math/vtk5

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


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

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

Modified:
  head/math/vtk5/Makefile

Modified: head/math/vtk5/Makefile
==============================================================================
--- head/math/vtk5/Makefile	Sat Jul  2 10:16:14 2016	(r417917)
+++ head/math/vtk5/Makefile	Sat Jul  2 10:29:15 2016	(r417918)
@@ -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-head mailing list