2014-09-01 6:30 GMT+04:00 Chuck Burns <[email protected]>:
> I modified the FreeBSD port x11-themes/kde-gtk-config to build on OpenBSD.
>
> This is a theme chooser that cleanly integrates into KDE4s system-settings.
>
>
> Now, during a portcheck, i get this:
>
> the following libraries in WANTLIB look like masked by RUN_DEPENDS: atk-1.0
> gdk-x11-2.0 gtk-3 gtk-x11-2.0
>
>
> but if I remove them, then make port-lib-depends-check complains they should
> be there. so. I dunno who to believe here.

This message means that you have some libraries linked to, which are
not listed in LIB_DEPENDS chain, but are listed in RUN_DEPENDS chain
instead. This is an error, all the library dependencies should be in
LIB_DEPENDS of either the port or its dependencies.

In this particular case the problem likely happens due to the fact
that packages you've mentioned are provided via dependency chain of
kde-runtime, which is run-time dependency only.

--
  WBR,
  Vadim Zhukov

Reply via email to