svn commit: r343875 - head/net/remmina-plugin-nx

Dima Panov fluffy at FreeBSD.org
Wed Feb 12 09:42:11 UTC 2014


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 "
 


More information about the svn-ports-all mailing list