diff options
| author | John Marino <marino@FreeBSD.org> | 2016-01-31 11:18:37 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-01-31 11:18:37 +0000 |
| commit | 991dcfabaa9cc81cce3a441dc2fa235e4ada87b1 (patch) | |
| tree | 429a854f9bb776ec30b571ce1fd6e19e3f3b832f | |
| parent | games/nethack34(-nox11): Respect LDFLAGS (diff) | |
editors/hexedit: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
| -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 |
