Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 13:45:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408191 - head/news/tin
Message-ID:  <201602051345.u15Dj9Wc022969@repo.freebsd.org>

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



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