aboutsummaryrefslogtreecommitdiff
path: root/textproc/fzf
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-05 14:26:45 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-05 14:26:45 +0000
commit9167fe6b2875211af1fcf20e33642cae7879f8d9 (patch)
tree95b919343d0d9fb648b6b757f82ce3db2e9385b6 /textproc/fzf
parent4875e3a46baf18c4dbc8d116e35077a6846459b5 (diff)
downloadports-9167fe6b2875211af1fcf20e33642cae7879f8d9.tar.gz
ports-9167fe6b2875211af1fcf20e33642cae7879f8d9.zip
textproc/fzf: Document ncurses requirement
Approved by: ncurses blanket
Notes
Notes: svn path=/head/; revision=425392
Diffstat (limited to 'textproc/fzf')
-rw-r--r--textproc/fzf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile
index 6a6b7dabb4aa..095bfffcf8d1 100644
--- a/textproc/fzf/Makefile
+++ b/textproc/fzf/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= go-runewidth>0:devel/go-runewidth \
go-shellwords>0:devel/go-shellwords
-USES= compiler go
+USES= compiler go ncurses
USE_GITHUB= yes
GH_ACCOUNT= junegunn