svn commit: r407609 - head/editors/led

John Marino marino at FreeBSD.org
Sun Jan 31 11:20:49 UTC 2016


Author: marino
Date: Sun Jan 31 11:20:47 2016
New Revision: 407609
URL: https://svnweb.freebsd.org/changeset/ports/407609

Log:
  editors/led: document ncurses requirement (USES+=ncurses)

Modified:
  head/editors/led/Makefile

Modified: head/editors/led/Makefile
==============================================================================
--- head/editors/led/Makefile	Sun Jan 31 11:19:44 2016	(r407608)
+++ head/editors/led/Makefile	Sun Jan 31 11:20:47 2016	(r407609)
@@ -13,7 +13,7 @@ COMMENT=	Tiny text editor, with a number
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		perl5
+USES=		ncurses perl5
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list