svn commit: r482320 - head/sysutils/tmate

Steve Wills swills at FreeBSD.org
Thu Oct 18 01:28:49 UTC 2018


Author: swills
Date: Thu Oct 18 01:28:48 2018
New Revision: 482320
URL: https://svnweb.freebsd.org/changeset/ports/482320

Log:
  sysutils/tmate: fix build with new libssh

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

Modified: head/sysutils/tmate/Makefile
==============================================================================
--- head/sysutils/tmate/Makefile	Thu Oct 18 00:40:18 2018	(r482319)
+++ head/sysutils/tmate/Makefile	Thu Oct 18 01:28:48 2018	(r482320)
@@ -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


More information about the svn-ports-all mailing list