diff options
-rw-r--r-- | math/vtk5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 76abfb6c262c..b69283249f3b 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -14,7 +14,10 @@ COMMENT= The Visualization Toolkit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright.txt +BROKEN= fails to build BROKEN_powerpc64= fails to build: sibling call optimization to `_ZN14vtkProbeFilter26SetValidPointMaskArrayNameEPKc' does not allow automatic multiple TOCs +DEPRECATED= Broken, unmaintained +EXPIRATION_DATE= 2018-12-04 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpng.so:graphics/png \ |