diff options
-rw-r--r-- | lang/tcl82/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/tk82/Makefile | 3 |
2 files changed, 6 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) diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 27075e022909..b80117a89a0f 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -37,6 +37,9 @@ MANCOMPRESSED= no OPTIONS= TK82_MAN "Install tk 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_TK82_MAN) |