Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 09:42:11 +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: r343875 - head/net/remmina-plugin-nx
Message-ID:  <201402120942.s1C9gBer012277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Wed Feb 12 09:42:11 2014
New Revision: 343875
URL: http://svnweb.freebsd.org/changeset/ports/343875
QAT: https://qat.redports.org/buildarchive/r343875/

Log:
  - Make tinderbox happy, rely on threaded library from libssh package to avoid
    conflict with base libssh.so

Modified:
  head/net/remmina-plugin-nx/Makefile

Modified: head/net/remmina-plugin-nx/Makefile
==============================================================================
--- head/net/remmina-plugin-nx/Makefile	Wed Feb 12 09:41:56 2014	(r343874)
+++ head/net/remmina-plugin-nx/Makefile	Wed Feb 12 09:42:11 2014	(r343875)
@@ -9,7 +9,7 @@ USE_XORG+=	xkbfile
 
 MASTERDIR=	${.CURDIR}/../remmina-plugins
 
-LIB_DEPENDS+=	libssh.so:${PORTSDIR}/security/libssh
+LIB_DEPENDS+=	libssh_threads.so:${PORTSDIR}/security/libssh
 
 PLIST_SUB+=	ICONS="" SSH="@comment "
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120942.s1C9gBer012277>