diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 23:13:00 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 23:13:00 +0800 |
commit | 6d40d0f7259125995d3e473e7e0b72da93541cea (patch) | |
tree | c45ed3b0126846a1f17a8edb50c081be05837862 | |
parent | f94f7e357924fbdc290157ef67588036253b5aa9 (diff) | |
download | freebsd-ports-gnome-6d40d0f7259125995d3e473e7e0b72da93541cea.tar.gz freebsd-ports-gnome-6d40d0f7259125995d3e473e7e0b72da93541cea.tar.zst freebsd-ports-gnome-6d40d0f7259125995d3e473e7e0b72da93541cea.zip |
- Deprecate due to planned end of tcl/tk 80 support on 2009-03-22
-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) |