aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmate
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-10-18 01:28:48 +0000
committerSteve Wills <swills@FreeBSD.org>2018-10-18 01:28:48 +0000
commit231a2bd9f86ade0d81b2c2ccbff7f40425529b61 (patch)
tree50137bfcac26238748995a2e29f4c8cdca566103 /sysutils/tmate
parent9b03e3b9203d2058247a1807b52ea876d612125f (diff)
downloadports-231a2bd9f86ade0d81b2c2ccbff7f40425529b61.tar.gz
ports-231a2bd9f86ade0d81b2c2ccbff7f40425529b61.zip
sysutils/tmate: fix build with new libssh
Notes
Notes: svn path=/head/; revision=482320
Diffstat (limited to 'sysutils/tmate')
-rw-r--r--sysutils/tmate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile
index ecb330f3d888..b300701cccf0 100644
--- a/sysutils/tmate/Makefile
+++ b/sysutils/tmate/Makefile
@@ -10,7 +10,7 @@ COMMENT= Instant terminal sharing
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