svn commit: r408199 - head/www/lynx-current

John Marino marino at FreeBSD.org
Fri Feb 5 14:53:46 UTC 2016


Author: marino
Date: Fri Feb  5 14:53:45 2016
New Revision: 408199
URL: https://svnweb.freebsd.org/changeset/ports/408199

Log:
  www/lynx-current: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/www/lynx-current/Makefile

Modified: head/www/lynx-current/Makefile
==============================================================================
--- head/www/lynx-current/Makefile	Fri Feb  5 14:52:56 2016	(r408198)
+++ head/www/lynx-current/Makefile	Fri Feb  5 14:53:45 2016	(r408199)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/etc/mime.types
 CONFLICTS_INSTALL=	lynx-2.8.[0-8].* ja-lynx-[0-9]*
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
-USES=		cpe iconv shebangfix tar:bzip2
+USES=		cpe iconv ncurses shebangfix tar:bzip2
 USE_OPENSSL=	yes
 SHEBANG_FILES=	samples/mailto-form.pl
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list