svn commit: r407630 - head/editors/chexedit

John Marino marino at FreeBSD.org
Sun Jan 31 13:26:27 UTC 2016


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


More information about the svn-ports-head mailing list