1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

sysutils/tmate-slave: fix build with new libssh

This commit is contained in:
Steve Wills 2018-10-18 15:06:29 +00:00
parent a1db7cdd13
commit bddf7b6b6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482345

View File

@ -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