diff options
| author | John Marino <marino@FreeBSD.org> | 2016-01-31 13:26:25 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-01-31 13:26:25 +0000 |
| commit | a21c9f5512996f605e9492272384405344ecf6e9 (patch) | |
| tree | 6ccb74cdad8c5127fdedeec0d79a144c27c1fa2b | |
| parent | editors/nano: document ncurses requirement (USES+=ncurses) (diff) | |
editors/chexedit: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
| -rw-r--r-- | editors/chexedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index be38793996c6..f3d796d6adb3 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -15,6 +15,7 @@ COMMENT= Full screen text mode Hex editor using the [n]curses library LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/chexedit \ man/man1/chexedit.1.gz |
