diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-03 22:38:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-03 22:38:59 +0000 |
commit | 5815816e6ed7fd8bff7d2b6b3ec3dcf04c4da172 (patch) | |
tree | c6b2bb39bc50b35c1e54c4170652ea514c18cac3 | |
parent | Mark BROKEN: fails to build (diff) |
Chase vtk5 expiration
Notes
Notes:
svn path=/head/; revision=483942
-rw-r--r-- | x11-toolkits/vtkfox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/vtkfox/Makefile b/x11-toolkits/vtkfox/Makefile index 77bcf9d929e1..c52c834eb599 100644 --- a/x11-toolkits/vtkfox/Makefile +++ b/x11-toolkits/vtkfox/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.gahr.ch/vtkfox/ MAINTAINER= ports@FreeBSD.org COMMENT= FOX/VTK Widget and Interactor +DEPRECATED= Depends on expiring vtk5 +EXPIRATION_DATE= 2018-12-04 + LIB_DEPENDS= libvtkCommon.so.5:math/vtk5 OPTIONS_DEFINE= EXAMPLES |