diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 11:51:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 11:51:52 +0000 |
commit | fef02240eadfe71a1e40b737f40b3d44c610f203 (patch) | |
tree | 85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /lang/tcl-wrapper | |
parent | 4ad115ab4e7cbe42412a4185a32532ea7f4b9b86 (diff) |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble)
Notes
Notes:
svn path=/head/; revision=316351
Diffstat (limited to 'lang/tcl-wrapper')
-rw-r--r-- | lang/tcl-wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index 2af0ecca4997..ad9f6d8e15ad 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -36,10 +36,10 @@ TX_SHELL= wish TX_PORT= tk TX_PORT_U= Tk TX_CAT= x11-toolkits -USE_TK_RUN= 83+ +USE_TK_RUN= 84+ CATEGORIES= x11-toolkits tk .else -USE_TCL_RUN= 83+ +USE_TCL_RUN= 84+ .endif TX_CONF= ${TX_SHELL}.conf |