diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2014-02-12 09:40:03 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2014-02-12 09:40:03 +0000 |
commit | 9326273dd3f381c47c6868e77eff6f28dfcdaeed (patch) | |
tree | f0848c9d7798fb7384ba74f09df416e8bec82078 /net/remmina | |
parent | 585e7dd45a2f0100d7d16ce2eb557c231702265b (diff) | |
download | ports-9326273dd3f381c47c6868e77eff6f28dfcdaeed.tar.gz ports-9326273dd3f381c47c6868e77eff6f28dfcdaeed.zip |
Notes
Diffstat (limited to 'net/remmina')
-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 |