diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:13:00 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:13:00 +0000 |
commit | 6d40d0f7259125995d3e473e7e0b72da93541cea (patch) | |
tree | c45ed3b0126846a1f17a8edb50c081be05837862 /lang/tcl80 | |
parent | f94f7e357924fbdc290157ef67588036253b5aa9 (diff) |
Notes
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index cf5ae998f73a..88a66b0e688d 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -30,6 +30,9 @@ TCL_LIB= libtcl80.so OPTIONS= TCL80_MAN "Install tcl 8.0 manpages" off +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.pre.mk> .if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL80_MAN) |