diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2014-02-12 09:42:11 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2014-02-12 09:42:11 +0000 |
commit | 9f73f82290d46852ea15be95b0c3f4da3ec2f35f (patch) | |
tree | 81767d8dd56d3d64f7c9999d3b06312d1662b70b | |
parent | 38ff9a2b45ea7cdb206837c6b9ffb512c27f0393 (diff) | |
download | ports-9f73f82290d46852ea15be95b0c3f4da3ec2f35f.tar.gz ports-9f73f82290d46852ea15be95b0c3f4da3ec2f35f.zip |
Notes
-rw-r--r-- | net/remmina-plugin-nx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/remmina-plugin-nx/Makefile b/net/remmina-plugin-nx/Makefile index 363245ebef53..1ff905e35ce8 100644 --- a/net/remmina-plugin-nx/Makefile +++ b/net/remmina-plugin-nx/Makefile @@ -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 " |