aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2014-02-12 17:40:03 +0800
committerfluffy <fluffy@FreeBSD.org>2014-02-12 17:40:03 +0800
commitd5b8f9f05473e1529838b36828b53795fa65953b (patch)
treef0848c9d7798fb7384ba74f09df416e8bec82078 /net
parent0d072a1961931f8349c0cf37c18ec2ed7c6cff25 (diff)
downloadfreebsd-ports-gnome-d5b8f9f05473e1529838b36828b53795fa65953b.tar.gz
freebsd-ports-gnome-d5b8f9f05473e1529838b36828b53795fa65953b.tar.zst
freebsd-ports-gnome-d5b8f9f05473e1529838b36828b53795fa65953b.zip
- Make tinderbox happy, rely on threaded library from libssh package to avoid
conflict with base libssh.so
Diffstat (limited to 'net')
-rw-r--r--net/remmina/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index 9839862f0ec6..9ed121916a5b 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -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