diff options
author | marino <marino@FreeBSD.org> | 2016-02-06 02:38:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-06 02:38:36 +0800 |
commit | 27241b50974bc758c1c400ae21d0ad4257742d02 (patch) | |
tree | 42f1d2de3021a88cc4737e2de8f6d5bcfa5d6f6a /editors | |
parent | a7b09af8ebaf25f843a674c87df043849450ded8 (diff) | |
download | freebsd-ports-gnome-27241b50974bc758c1c400ae21d0ad4257742d02.tar.gz freebsd-ports-gnome-27241b50974bc758c1c400ae21d0ad4257742d02.tar.zst freebsd-ports-gnome-27241b50974bc758c1c400ae21d0ad4257742d02.zip |
editors/hte: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 20a6539520a3..602ac5e6c04b 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -12,7 +12,7 @@ COMMENT= File editor/viewer/analyzer for executables LICENSE= GPLv2 -USES= tar:bzip2 +USES= ncurses tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/hte |