From 2e6ea987f068f69edba99345d623aa77106065d3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 16 May 2006 20:58:55 +0000 Subject: [PATCH] Mark broken again after a cmake upgrade. Sigh. Reported by: krismail --- science/paraview/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} && \