diff options
-rw-r--r-- | lang/tcl80/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/tk80/Makefile | 3 |
2 files changed, 6 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) diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index da82dc3aefbe..40d0d3e49eb8 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -35,6 +35,9 @@ TK_LIB= libtk80.so OPTIONS= TK80_MAN "Install tk 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_TK80_MAN) |