From 991dcfabaa9cc81cce3a441dc2fa235e4ada87b1 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 31 Jan 2016 11:18:37 +0000 Subject: [PATCH] editors/hexedit: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket --- editors/hexedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 55479bb957e9..a0b400d05181 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -14,7 +14,7 @@ COMMENT= View and edit files in hexadecimal or ASCII LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= tar:tgz +USES= ncurses tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/hexedit man/man1/hexedit.1.gz