svn commit: r408191 - head/news/tin

John Marino marino at FreeBSD.org
Fri Feb 5 13:45:10 UTC 2016


Author: marino
Date: Fri Feb  5 13:45:09 2016
New Revision: 408191
URL: https://svnweb.freebsd.org/changeset/ports/408191

Log:
  news/tin: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/news/tin/Makefile

Modified: head/news/tin/Makefile
==============================================================================
--- head/news/tin/Makefile	Fri Feb  5 13:44:18 2016	(r408190)
+++ head/news/tin/Makefile	Fri Feb  5 13:45:09 2016	(r408191)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libuu.so:${PORTSDIR}/conver
 		libpcre.so:${PORTSDIR}/devel/pcre
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
-USES=		gmake iconv shebangfix tar:bzip2
+USES=		gmake iconv ncurses shebangfix tar:bzip2
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	tools/opt-case.pl tools/tinews.pl tools/url_handler.pl \
 		tools/w2r.pl


More information about the svn-ports-all mailing list