diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:29:21 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:29:21 +0000 |
commit | 38052bdcd845bb049ca6433a22890699a7e025b7 (patch) | |
tree | 24d4e4f665bf3a47b2c7efc4ea90ee0b35b83377 /x11-toolkits | |
parent | d1b2d13b032dcce1faeaa9f9c9605f08675a3de6 (diff) |
- Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22
Notes
Notes:
svn path=/head/; revision=228280
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 5028ac8e8dda..495141e2d4b2 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -19,6 +19,9 @@ COMMENT= Graphical toolkit for TCL USE_TCL= 83 USE_TCL_BUILD= 83 +DEPRECATED= tcl8.3 support is going to be dropped +EXPIRATION_DATE= 2009-05-22 + PORTSCOUT= skipv:8.3b1,8.3b2,8.4.0 LATEST_LINK= tk83 |