aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2006-05-17 04:58:55 +0800
committeranholt <anholt@FreeBSD.org>2006-05-17 04:58:55 +0800
commitdf5f0185bf0c637a41e7f61a7846f3dd4cdaf798 (patch)
tree2cfe66c3f84f5bd044c344cde906baec0a43b67d /science
parent64cc81906fa8cd3c73eeac9fbcc66e81093f30d5 (diff)
downloadfreebsd-ports-gnome-df5f0185bf0c637a41e7f61a7846f3dd4cdaf798.tar.gz
freebsd-ports-gnome-df5f0185bf0c637a41e7f61a7846f3dd4cdaf798.tar.zst
freebsd-ports-gnome-df5f0185bf0c637a41e7f61a7846f3dd4cdaf798.zip
Mark broken again after a cmake upgrade. Sigh.
Reported by: krismail
Diffstat (limited to 'science')
-rw-r--r--science/paraview/Makefile4
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} && \