editors/hexedit: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
This commit is contained in:
parent
49b12d59d7
commit
991dcfabaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407607
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue