diff options
author | stephen <stephen@FreeBSD.org> | 2017-03-10 12:02:56 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2017-03-10 12:02:56 +0800 |
commit | 5388ce441efd80623a8ceba77ef3449790e110ab (patch) | |
tree | 0aaaeec894252d002379b8ff6b15bddc1ca56fba /math/vtk6/Makefile | |
parent | 0606d10b9ffa63c4cf1c1695066e8c67fe63a45d (diff) | |
download | freebsd-ports-gnome-5388ce441efd80623a8ceba77ef3449790e110ab.tar.gz freebsd-ports-gnome-5388ce441efd80623a8ceba77ef3449790e110ab.tar.zst freebsd-ports-gnome-5388ce441efd80623a8ceba77ef3449790e110ab.zip |
- Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.
PR: ports/216330
Submitted by: Tobias C. Berner <tcberner@freebsd.org>
Diffstat (limited to 'math/vtk6/Makefile')
-rw-r--r-- | math/vtk6/Makefile | 7 |
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> |