diff options
Diffstat (limited to 'lang')
-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) |