diff options
Diffstat (limited to 'lang/tcl82/Makefile')
-rw-r--r-- | lang/tcl82/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 144d032ff4f4..3994136481d5 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -30,6 +30,9 @@ PLIST_SUB= TCL_VER=8.2 SHORT_TCL_VER=82 OPTIONS= TCL82_MAN "Install tcl 8.2 manpages" off +DEPRECATED= tcl82 support is going to be dropped +EXPIRATION_DATE= 2009-04-22 + .include <bsd.port.pre.mk> .if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL82_MAN) |