diff options
author | gahr <gahr@FreeBSD.org> | 2013-01-15 15:44:14 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-01-15 15:44:14 +0800 |
commit | aec8adbbfe1501caf3c85ba37f880d591677f57d (patch) | |
tree | d22db5d4e29feb4016107a0c373db0fd12ce868f | |
parent | 3968cae75b12fc4f9d1ab906d0f3d07704667104 (diff) | |
download | freebsd-ports-gnome-aec8adbbfe1501caf3c85ba37f880d591677f57d.tar.gz freebsd-ports-gnome-aec8adbbfe1501caf3c85ba37f880d591677f57d.tar.zst freebsd-ports-gnome-aec8adbbfe1501caf3c85ba37f880d591677f57d.zip |
- Fix PLIST with non-default OPTIONS
-rw-r--r-- | math/vtk5/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vtk5/pkg-plist b/math/vtk5/pkg-plist index 4075eabe4ef1..f880043e37e1 100644 --- a/math/vtk5/pkg-plist +++ b/math/vtk5/pkg-plist @@ -259,6 +259,8 @@ %%QT%%include/vtk-%%VER2%%/vtkQtAnnotationLayersModelAdapter.h %%QT%%include/vtk-%%VER2%%/vtkQtAnnotationView.h %%QT%%include/vtk-%%VER2%%/vtkQtConnection.h +%%QT%%include/vtk-%%VER2%%/vtkQtDebugLeaksModel.h +%%QT%%include/vtk-%%VER2%%/vtkQtDebugLeaksView.h %%QT%%include/vtk-%%VER2%%/vtkQtInitialization.h %%QT%%include/vtk-%%VER2%%/vtkQtLabelRenderStrategy.h %%QT%%include/vtk-%%VER2%%/vtkQtListView.h @@ -2528,8 +2530,6 @@ include/vtk-%%VER2%%/vtkPolyPlane.h include/vtk-%%VER2%%/vtkProjectedAAHexahedraMapper_FS.h include/vtk-%%VER2%%/vtkProjectedAAHexahedraMapper_GS.h include/vtk-%%VER2%%/vtkProjectedAAHexahedraMapper_VS.h -include/vtk-%%VER2%%/vtkQtDebugLeaksModel.h -include/vtk-%%VER2%%/vtkQtDebugLeaksView.h include/vtk-%%VER2%%/vtkQuadRotationalExtrusionFilter.h include/vtk-%%VER2%%/vtkRectilinearGridToPointSet.h include/vtk-%%VER2%%/vtkResliceCursor.h |