diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 19:18:37 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 19:18:37 +0800 |
commit | c67b65673d29b010822f7ee3b39d32eef9eabda3 (patch) | |
tree | 429a854f9bb776ec30b571ce1fd6e19e3f3b832f /editors/hexedit | |
parent | d51bac71ab1f29181cd64ecb9506bf31b5f77b02 (diff) | |
download | freebsd-ports-gnome-c67b65673d29b010822f7ee3b39d32eef9eabda3.tar.gz freebsd-ports-gnome-c67b65673d29b010822f7ee3b39d32eef9eabda3.tar.zst freebsd-ports-gnome-c67b65673d29b010822f7ee3b39d32eef9eabda3.zip |
editors/hexedit: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors/hexedit')
-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 |