diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-24 02:54:18 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-24 08:14:57 +0000 |
commit | 39955faf6ead97567917837d75d10b96e59a86ee (patch) | |
tree | 0d69931f3faf4c8c70b60389b33f6f78344eff45 | |
parent | 225ce60fe1e561f8d17667760199623e067d88f8 (diff) |
math/vtk6: Add deprecation notice because it isn't used anywhere
-rw-r--r-- | math/vtk6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index ab4d25021d4a..b7edd31d79fe 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -12,6 +12,9 @@ WWW= https://www.vtk.org LICENSE= BSD3CLAUSE +DEPRECATED= Old version not used anywhere in the ports tree +EXPIRATION_DATE= 2022-12-23 + LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ |