svn commit: r408176 - head/net/mosh

John Marino marino at FreeBSD.org
Fri Feb 5 12:29:16 UTC 2016


Author: marino
Date: Fri Feb  5 12:29:15 2016
New Revision: 408176
URL: https://svnweb.freebsd.org/changeset/ports/408176

Log:
  net/mosh: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/net/mosh/Makefile

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Fri Feb  5 12:25:32 2016	(r408175)
+++ head/net/mosh/Makefile	Fri Feb  5 12:29:15 2016	(r408176)
@@ -21,7 +21,7 @@ CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPEN
 		TINFO_CFLAGS="-I/usr/include"
 INSTALL_TARGET=	install-strip
 USE_OPENSSL=	yes
-USES=		autoreconf:autoconf perl5 pkgconfig
+USES=		autoreconf:autoconf ncurses perl5 pkgconfig
 
 CONFLICTS_INSTALL=	mosh-0.[2-9].*
 


More information about the svn-ports-all mailing list