The x11-toolkits/tk84 port has the Makefile which looks a bit outdated and needs to be tuned appropriately. The following changes were adopted: 1. Changed "build" to "extract" in forced dependency on tcl84 because only extracted source is really needed if tcl84 is installed already. 2. Added --with-x configure argument turned on by default. It may be turned off specifying WITHOUT_X11=yes. 3. Added --enable-threads configure arg turned off by default. It can be turned on specifying WITH_THREADS=yes. Fix: Apply patch below in /usr/ports/x11-toolkits/tk84, rebuild and reinstall tk84 if needed. How-To-Repeat: Try to build an up-to-date tk84 port. You'll be forced to build tcl84 first. You won't be able to turn on threads or X support.
State Changed From-To: open->closed Partially committed, thanks. I don't think --with-x does anything, so I haven't added WITHOUT_X11 knob.