diff options
-rw-r--r-- | editors/hexedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |