diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-03 22:37:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-03 22:37:32 +0000 |
commit | 70ca2c74645a09432c4ebda40730f6f476e4c43d (patch) | |
tree | e8856ed162e4a9c59db6c4286e1d1a771a547a36 /math | |
parent | 60a4ffb7116aa831cd4a90211a2f14a6e0497063 (diff) | |
download | ports-70ca2c74645a09432c4ebda40730f6f476e4c43d.tar.gz ports-70ca2c74645a09432c4ebda40730f6f476e4c43d.zip |
Notes
Diffstat (limited to 'math')
-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 \ |