svn commit: r348542 - head/math/vtk6

Pietro Cerutti gahr at FreeBSD.org
Tue Mar 18 13:26:30 UTC 2014


Author: gahr
Date: Tue Mar 18 13:26:29 2014
New Revision: 348542
URL: http://svnweb.freebsd.org/changeset/ports/348542
QAT: https://qat.redports.org/buildarchive/r348542/

Log:
  - Use CMAKE_BUILD_TYPE in pkg-plist
  
  Reported by:	makc

Modified:
  head/math/vtk6/pkg-plist

Modified: head/math/vtk6/pkg-plist
==============================================================================
--- head/math/vtk6/pkg-plist	Tue Mar 18 13:24:54 2014	(r348541)
+++ head/math/vtk6/pkg-plist	Tue Mar 18 13:26:29 2014	(r348542)
@@ -2561,7 +2561,7 @@ lib/cmake/vtk-%%VER2%%/Modules/vtkzlib.c
 lib/cmake/vtk-%%VER2%%/UseVTK.cmake
 lib/cmake/vtk-%%VER2%%/VTKConfig.cmake
 lib/cmake/vtk-%%VER2%%/VTKConfigVersion.cmake
-lib/cmake/vtk-%%VER2%%/VTKTargets-release.cmake
+lib/cmake/vtk-%%VER2%%/VTKTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/vtk-%%VER2%%/VTKTargets.cmake
 lib/cmake/vtk-%%VER2%%/exportheader.cmake.in
 lib/cmake/vtk-%%VER2%%/pythonmodules.h.in


More information about the svn-ports-all mailing list