ssh-gui has a bogus dependency on ssh exec. Since "ssh" executable is found on any system by default and on most systems however non-default they are, in 99.9999% cases this results in stale dependency Fix: Delete this line: RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh If you're feeling creative, include b.p.pre.mk and use exists to check for /usr/bin/ssh.
State Changed From-To: open->closed Fixed. Thanks.