Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 11:18:37 +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: r407607 - head/editors/hexedit
Message-ID:  <201601311118.u0VBIblD021913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jan 31 11:18:37 2016
New Revision: 407607
URL: https://svnweb.freebsd.org/changeset/ports/407607

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

Modified:
  head/editors/hexedit/Makefile

Modified: head/editors/hexedit/Makefile
==============================================================================
--- head/editors/hexedit/Makefile	Sun Jan 31 11:14:25 2016	(r407606)
+++ head/editors/hexedit/Makefile	Sun Jan 31 11:18:37 2016	(r407607)
@@ -14,7 +14,7 @@ COMMENT=	View and edit files in hexadeci
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/hexedit man/man1/hexedit.1.gz



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