https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205915
John Marino <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from John Marino <[email protected]> --- FYI, here's how I fixed it locally: --- Makefile.orig 2016-01-05 08:25:56 UTC +++ Makefile @@ -14,12 +14,12 @@ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/gr libwebp.so:${PORTSDIR}/graphics/webp \ libslp.so:${PORTSDIR}/net/openslp \ libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \ - libssh.so:${PORTSDIR}/security/libssh \ libqzeitgeist.so:${PORTSDIR}/sysutils/qzeitgeist # Explicitly depend on libssh to avoid interference with ssh.4 from # compat7x. -BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh -RUN_DEPENDS= cagibid:${PORTSDIR}/net/cagibi +BUILD_DEPENDS= libssh>0.7:${PORTSDIR}/security/libssh +RUN_DEPENDS= libssh>0.7:${PORTSDIR}/security/libssh \ + cagibid:${PORTSDIR}/net/cagibi USE_KDE4= kactivities kdelibs kdeprefix oxygen \ attica automoc4 pimlibs strigi nepomuk-core c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
