svn commit: r420737 - in head/sysutils: tmate tmate-slave

John Marino marino at FreeBSD.org
Tue Aug 23 19:23:54 UTC 2016


Author: marino
Date: Tue Aug 23 19:23:52 2016
New Revision: 420737
URL: https://svnweb.freebsd.org/changeset/ports/420737

Log:
  sysutils/tmate(-slave): document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/sysutils/tmate-slave/Makefile
  head/sysutils/tmate/Makefile

Modified: head/sysutils/tmate-slave/Makefile
==============================================================================
--- head/sysutils/tmate-slave/Makefile	Tue Aug 23 19:17:31 2016	(r420736)
+++ head/sysutils/tmate-slave/Makefile	Tue Aug 23 19:23:52 2016	(r420737)
@@ -11,7 +11,7 @@ LIB_DEPENDS=	libevent.so:devel/libevent2
 		libmsgpackc.so:devel/msgpack \
 		libssh_threads.so:security/libssh
 
-USES=		autoreconf pkgconfig
+USES=		autoreconf ncurses pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	tmate-io
 GH_TAGNAME=	b3c85fa

Modified: head/sysutils/tmate/Makefile
==============================================================================
--- head/sysutils/tmate/Makefile	Tue Aug 23 19:17:31 2016	(r420736)
+++ head/sysutils/tmate/Makefile	Tue Aug 23 19:23:52 2016	(r420737)
@@ -11,7 +11,7 @@ LIB_DEPENDS=	libevent.so:devel/libevent2
 		libmsgpackc.so:devel/msgpack \
 		libssh_threads.so:security/libssh
 
-USES=		autoreconf pkgconfig
+USES=		autoreconf ncurses pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	tmate-io
 


More information about the svn-ports-all mailing list