Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 23:57:36 +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: r407920 - head/misc/lv
Message-ID:  <201602022357.u12NvaGr015467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Feb  2 23:57:36 2016
New Revision: 407920
URL: https://svnweb.freebsd.org/changeset/ports/407920

Log:
  misc/lv: document ncurses requirement (USES+=ncurses)

Modified:
  head/misc/lv/Makefile

Modified: head/misc/lv/Makefile
==============================================================================
--- head/misc/lv/Makefile	Tue Feb  2 23:56:27 2016	(r407919)
+++ head/misc/lv/Makefile	Tue Feb  2 23:57:36 2016	(r407920)
@@ -14,6 +14,7 @@ COMMENT=	Powerful Multilingual File View
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/../GPL.txt
 
+USES=		ncurses
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 GNU_CONFIGURE=	yes
 



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