Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 13:26:25 +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: r407630 - head/editors/chexedit
Message-ID:  <201601311326.u0VDQPac061673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jan 31 13:26:25 2016
New Revision: 407630
URL: https://svnweb.freebsd.org/changeset/ports/407630

Log:
  editors/chexedit: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/chexedit/Makefile

Modified: head/editors/chexedit/Makefile
==============================================================================
--- head/editors/chexedit/Makefile	Sun Jan 31 13:25:29 2016	(r407629)
+++ head/editors/chexedit/Makefile	Sun Jan 31 13:26:25 2016	(r407630)
@@ -15,6 +15,7 @@ COMMENT=	Full screen text mode Hex edito
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/chexedit \
 		man/man1/chexedit.1.gz



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