Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2018 15:06:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482345 - head/sysutils/tmate-slave
Message-ID:  <201810181506.w9IF6Uqv034540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810181506.w9IF6Uqv034540>