Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 11:19:44 +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: r407608 - head/editors/aewan
Message-ID:  <201601311119.u0VBJidd022044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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