diff options
author | fluffy <fluffy@FreeBSD.org> | 2014-02-12 17:40:03 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2014-02-12 17:40:03 +0800 |
commit | d5b8f9f05473e1529838b36828b53795fa65953b (patch) | |
tree | f0848c9d7798fb7384ba74f09df416e8bec82078 /net | |
parent | 0d072a1961931f8349c0cf37c18ec2ed7c6cff25 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |