wfcmgr requires Linux' gtk2 libraries, otherwise it will refuse to run. Patch is trivial: --- Makefile.ctm 2014-03-30 05:14:08.000000000 +0200 +++ Makefile 2014-08-11 20:06:11.000000000 +0200 @@ -13,7 +13,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -USE_LINUX_APPS= openmotif alsalib +USE_LINUX_APPS= gtk2 openmotif alsalib RESTRICTED= License prohibits redistribution NO_WRKSUBDIR= yes
no maintainer, patch is trivial; patch-ready
A commit references this bug: Author: marino Date: Tue Aug 12 10:13:54 UTC 2014 New revision: 364689 URL: http://svnweb.freebsd.org/changeset/ports/364689 Log: net/citrix_ica: USE_LINUX_APPS+= gtk2 PR: 192588 Submitted by: Helge Oldach Changes: head/net/citrix_ica/Makefile
Done, thanks!