diff options
author | swills <swills@FreeBSD.org> | 2018-10-18 23:06:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-10-18 23:06:29 +0800 |
commit | a2f83866b8664039cfd519e6f56c2bfa8bb0fdc9 (patch) | |
tree | 808fac5779d78f8c31912ae784fd8077fb051e58 /sysutils | |
parent | 4ac25de649d71f4e8787dbadadc5c7abb516aa28 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |