Date: Sun, 31 Jan 2016 11:20:48 +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: r407609 - head/editors/led Message-ID: <201601311120.u0VBKm9J022186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311120.u0VBKm9J022186>