svn commit: r482345 - head/sysutils/tmate-slave

Steve Wills swills at FreeBSD.org
Thu Oct 18 15:06:30 UTC 2018


Author: swills
Date: Thu Oct 18 15:06:29 2018
New Revision: 482345
URL: https://svnweb.freebsd.org/changeset/ports/482345

Log:
  sysutils/tmate-slave: fix build with new libssh

Modified:
  head/sysutils/tmate-slave/Makefile   (contents, props changed)

Modified: head/sysutils/tmate-slave/Makefile
==============================================================================
--- head/sysutils/tmate-slave/Makefile	Thu Oct 18 14:03:43 2018	(r482344)
+++ head/sysutils/tmate-slave/Makefile	Thu Oct 18 15:06:29 2018	(r482345)
@@ -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


More information about the svn-ports-all mailing list