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