Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 16:42:46 +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: r408223 - in head/japanese: lynx lynx-current
Message-ID:  <201602051642.u15GgkQV078997@repo.freebsd.org>

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



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