aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-10-18 23:06:29 +0800
committerswills <swills@FreeBSD.org>2018-10-18 23:06:29 +0800
commita2f83866b8664039cfd519e6f56c2bfa8bb0fdc9 (patch)
tree808fac5779d78f8c31912ae784fd8077fb051e58 /sysutils
parent4ac25de649d71f4e8787dbadadc5c7abb516aa28 (diff)
downloadfreebsd-ports-gnome-a2f83866b8664039cfd519e6f56c2bfa8bb0fdc9.tar.gz
freebsd-ports-gnome-a2f83866b8664039cfd519e6f56c2bfa8bb0fdc9.tar.zst
freebsd-ports-gnome-a2f83866b8664039cfd519e6f56c2bfa8bb0fdc9.zip
sysutils/tmate-slave: fix build with new libssh
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tmate-slave/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmate-slave/Makefile b/sysutils/tmate-slave/Makefile
index 37f7fcea61a3..4147f3caa780 100644
--- a/sysutils/tmate-slave/Makefile
+++ b/sysutils/tmate-slave/Makefile
@@ -10,7 +10,7 @@ COMMENT= Instant terminal sharing server
LIB_DEPENDS= libevent.so:devel/libevent \
libmsgpackc.so:devel/msgpack \
- libssh_threads.so:security/libssh
+ libssh.so:security/libssh
USES= autoreconf ncurses pkgconfig
USE_GITHUB= yes