diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-08-03 08:51:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-08-03 08:51:17 +0000 |
commit | 7d2d35b5e941027b6cab454105c9be4424e3f31e (patch) | |
tree | f36bcc1bebbeba5a87e8a44f8b6aa7879e2b3b97 /graphics/py-mayavi | |
parent | 69f970b290b5627407a567fbd823f81d376f423e (diff) | |
download | ports-7d2d35b5e941027b6cab454105c9be4424e3f31e.tar.gz ports-7d2d35b5e941027b6cab454105c9be4424e3f31e.zip |
Notes
Diffstat (limited to 'graphics/py-mayavi')
-rw-r--r-- | graphics/py-mayavi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile index 4d08b973573d..d12576d60bbc 100644 --- a/graphics/py-mayavi/Makefile +++ b/graphics/py-mayavi/Makefile @@ -22,6 +22,9 @@ LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE_YORICK.txt LICENSE_FILE_APACHE11= ${WRKSRC}/LICENSE_COLORBREWER.txt # See ${WRKSRC}/image_LICENSE.txt for per file license information +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ ${PY_SPHINX} RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ |