svn commit: r407920 - head/misc/lv

John Marino marino at FreeBSD.org
Tue Feb 2 23:57:38 UTC 2016


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
 


More information about the svn-ports-all mailing list