diff options
-rw-r--r-- | science/paraview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 2efda7d590fc..b303bb2abfeb 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -31,10 +31,12 @@ MAKE_ENV= CC="${CC}" \ CXX="${CXX}" LIB_INSTDIR= ${PREFIX}/lib/${PORTNAME}-${PORTVERSION:R} +BROKEN= Does not build with new cmake + pre-patch: ${REINPLACE_CMD} -e 's|vtkpng|png|g' \ ${WRKDIR}/paraview-${PORTVERSION}/GUI/Widgets/CMakeLists.txt - + do-configure: ${MKDIR} ${WRKSRC} cd ${WRKSRC} && \ |