On Sep 17, 2025, at 11:19, Kenneth Wolcott wrote: > > trying to install the x11 version of tkdiff; I always get the xquartz > version; why? > > How to install the x11 version of tkdiff?
> sudo port -v -s install tkdiff +x11 tkdiff doesn't have any variants but it might just use whatever variant of tk you have installed. Try: sudo port install tk +x11 This will affect all ports that depend on the tk port (rather than the newer separate tk-quartz and tk-x11 ports).
