Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 18:37:40 +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: r408254 - head/editors/nvi-devel
Message-ID:  <201602051837.u15IbeMq014629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 18:37:39 2016
New Revision: 408254
URL: https://svnweb.freebsd.org/changeset/ports/408254

Log:
  editors/nvi-devel: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/nvi-devel/Makefile

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Fri Feb  5 18:36:03 2016	(r408253)
+++ head/editors/nvi-devel/Makefile	Fri Feb  5 18:37:39 2016	(r408254)
@@ -19,7 +19,7 @@ WIDECHAR_DESC=	Enable wide-character sup
 WRKSRC=			${WRKDIR}/${DISTNAME}/build.unix
 GNU_CONFIGURE=		yes
 USE_LDCONFIG=		yes
-USES=			iconv libtool pkgconfig tar:bzip2
+USES=			iconv libtool ncurses pkgconfig tar:bzip2
 USE_BDB=		42+
 CONFIGURE_ARGS+=	--with-db-prefix=${LOCALBASE} \
 			--program-prefix=n



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