Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2018 01:28:49 +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: r482320 - head/sysutils/tmate
Message-ID:  <201810180128.w9I1SnNP013061@repo.freebsd.org>

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



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