aboutsummaryrefslogtreecommitdiffstats
path: root/math/vtk6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/vtk6/Makefile')
-rw-r--r--math/vtk6/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile
index 9f4c64c504b1..b8550f8c2f55 100644
--- a/math/vtk6/Makefile
+++ b/math/vtk6/Makefile
@@ -17,7 +17,8 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libtiff.so:graphics/tiff \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
- libexpat.so:textproc/expat2
+ libexpat.so:textproc/expat2 \
+ libc++.so:devel/libc++
#
# TODO
@@ -217,8 +218,4 @@ BUILD_DEPENDS+= doxygen:devel/doxygen
CMAKE_ARGS+= -DBUILD_DOCUMENTATION:BOOL=OFF
.endif
-post-install:
-# So that this port doesn't clash with science/paraview:
- ${RM} ${STAGEDIR}${PREFIX}/share/cmake/hdf5/libhdf5.settings
-
.include <bsd.port.mk>