svn commit: r407608 - head/editors/aewan

John Marino marino at FreeBSD.org
Sun Jan 31 11:19:45 UTC 2016


Author: marino
Date: Sun Jan 31 11:19:44 2016
New Revision: 407608
URL: https://svnweb.freebsd.org/changeset/ports/407608

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

Modified:
  head/editors/aewan/Makefile

Modified: head/editors/aewan/Makefile
==============================================================================
--- head/editors/aewan/Makefile	Sun Jan 31 11:18:37 2016	(r407607)
+++ head/editors/aewan/Makefile	Sun Jan 31 11:19:44 2016	(r407608)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake ncurses
 
 PLIST_FILES=	bin/aecat bin/aewan bin/aemakeflic \
 		man/man1/aecat.1.gz \


More information about the svn-ports-all mailing list