On 2009/06/17 02:54, Edd Barrett wrote: > Hi, > > Attached is a port of TeXworks. This is a TeX editor which does > auto-completion, syntax highlighting etc. I find it pleasant to use. > > Those of you who attended OpenCon-2008 saw this tool introduced > in my talk. > > I am having problems making WANTLIB happy. It seems to hate the dbus > dependency QtDBus is introducing. 'dbus', 'dbus-1' and 'dbus-1.7' all > do not work as WANTLIB definitions. It should be 'dbus-1', I am pretty > sure.
dbus-1 is not reachable through the dependency chain from your port, nor is it a base library, so it's marked bogus. (Qt4 does depend on it but only as a BUILD_DEPENDS not a lib dependency so the lib isn't in the chain). I'm not certain of the correct fix here; possibly adding LIB_DEPENDS dbus-1::x11/bus or something. (btw, your tar.gz would be smaller with "svn export").
