svn commit: r408223 - in head/japanese: lynx lynx-current

John Marino marino at FreeBSD.org
Fri Feb 5 16:42:48 UTC 2016


Author: marino
Date: Fri Feb  5 16:42:46 2016
New Revision: 408223
URL: https://svnweb.freebsd.org/changeset/ports/408223

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

Modified:
  head/japanese/lynx-current/Makefile
  head/japanese/lynx/Makefile

Modified: head/japanese/lynx-current/Makefile
==============================================================================
--- head/japanese/lynx-current/Makefile	Fri Feb  5 16:41:00 2016	(r408222)
+++ head/japanese/lynx-current/Makefile	Fri Feb  5 16:42:46 2016	(r408223)
@@ -18,7 +18,7 @@ MINOR_VERSION=	dev.3
 CONFLICTS=	lynx-2.* ja-lynx-2.8.7.*
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
-USES=		cpe shebangfix tar:bzip2
+USES=		cpe ncurses shebangfix tar:bzip2
 SHEBANG_FILES=	samples/mailto-form.pl
 MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes

Modified: head/japanese/lynx/Makefile
==============================================================================
--- head/japanese/lynx/Makefile	Fri Feb  5 16:41:00 2016	(r408222)
+++ head/japanese/lynx/Makefile	Fri Feb  5 16:42:46 2016	(r408223)
@@ -18,7 +18,7 @@ MINOR_VERSION=	rel.1
 
 CONFLICTS=	lynx-2.* ja-lynx-2.8.8.*
 
-USES=		cpe shebangfix tar:bzip2
+USES=		cpe ncurses shebangfix tar:bzip2
 SHEBANG_FILES=	samples/mailto-form.pl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \


More information about the svn-ports-all mailing list