Date: Wed, 12 Feb 2014 09:40:03 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343871 - head/net/remmina Message-ID: <201402120940.s1C9e3Mt009506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Wed Feb 12 09:40:03 2014 New Revision: 343871 URL: http://svnweb.freebsd.org/changeset/ports/343871 QAT: https://qat.redports.org/buildarchive/r343871/ Log: - Make tinderbox happy, rely on threaded library from libssh package to avoid conflict with base libssh.so Modified: head/net/remmina/Makefile Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Wed Feb 12 09:39:26 2014 (r343870) +++ head/net/remmina/Makefile Wed Feb 12 09:40:03 2014 (r343871) @@ -49,7 +49,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MSSH} -LIB_DEPENDS+= libssh.so:${PORTSDIR}/security/libssh +LIB_DEPENDS+= libssh_threads.so:${PORTSDIR}/security/libssh .if ${OSVERSION} >= 800040 LDFLAGS+= -fstack-protector .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120940.s1C9e3Mt009506>