diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-06 05:58:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-06 05:58:45 +0800 |
commit | 5369a4a4eaf5b51841b1faf9e7fccc05f54f596b (patch) | |
tree | b038bbaefbf0825c331e8c916eecb188f93de34c /math | |
parent | 8b7148e54326e490a0f48d98e62357e0957164cd (diff) | |
download | freebsd-ports-gnome-5369a4a4eaf5b51841b1faf9e7fccc05f54f596b.tar.gz freebsd-ports-gnome-5369a4a4eaf5b51841b1faf9e7fccc05f54f596b.tar.zst freebsd-ports-gnome-5369a4a4eaf5b51841b1faf9e7fccc05f54f596b.zip |
- Deprecate
- Set EXPIRATION_DATE
PR: ports/106390
Submitted by: Jason Bacon (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk43/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile index 534991015ece..9f076f509a00 100644 --- a/math/vtk43/Makefile +++ b/math/vtk43/Makefile @@ -18,6 +18,9 @@ COMMENT?= The Visualization Toolkit shared libs LATEST_LINK= vtk43${PKGNAMESUFFIX} +DEPRECATED= Please use vtk 4.4 or 5.x. +EXPIRATION_DATE= 2007-02-01 + LIBVER= 1 CVSDATE= 20031006 VTKSRCDIR= ${WRKDIR}/VTK |