- 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)
This commit is contained in:
Pietro Cerutti
2013-04-23 11:51:52 +00:00
parent 4ad115ab4e
commit fef02240ea
50 changed files with 43 additions and 1668 deletions

View File

@@ -29,10 +29,10 @@ OPTIONS_DEFINE= TCL THREADS DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTCL}
USE_TCL= 83+
USE_TCL= 84+
.else
.if ${PORT_OPTIONS:MDOCS}
USE_TCL_BUILD= 83+
USE_TCL_BUILD= 84+
. endif
.endif