svn commit: r407559 - head/www/lynx

John Marino marino at FreeBSD.org
Sat Jan 30 23:07:01 UTC 2016


Author: marino
Date: Sat Jan 30 23:07:00 2016
New Revision: 407559
URL: https://svnweb.freebsd.org/changeset/ports/407559

Log:
  www/lynx: USES+= ncurses gettext
  
  approved by:	infrastructure blanket

Modified:
  head/www/lynx/Makefile

Modified: head/www/lynx/Makefile
==============================================================================
--- head/www/lynx/Makefile	Sat Jan 30 22:45:36 2016	(r407558)
+++ head/www/lynx/Makefile	Sat Jan 30 23:07:00 2016	(r407559)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 
 CONFLICTS=	lynx-2.8.[8-9]d*
 
-USES=		cpe shebangfix tar:bzip2
+USES=		cpe gettext ncurses shebangfix tar:bzip2
 SHEBANG_FILES=	samples/mailto-form.pl
 USE_OPENSSL=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}2-8-8


More information about the svn-ports-head mailing list