aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-05 22:26:45 +0800
committermarino <marino@FreeBSD.org>2016-11-05 22:26:45 +0800
commit9837df5ca17aa645c9ddfa78c750ef0010d34bf0 (patch)
tree95b919343d0d9fb648b6b757f82ce3db2e9385b6 /textproc
parenta357363c36d207f24b9f7a358b80df463dbe4031 (diff)
downloadfreebsd-ports-gnome-9837df5ca17aa645c9ddfa78c750ef0010d34bf0.tar.gz
freebsd-ports-gnome-9837df5ca17aa645c9ddfa78c750ef0010d34bf0.tar.zst
freebsd-ports-gnome-9837df5ca17aa645c9ddfa78c750ef0010d34bf0.zip
textproc/fzf: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'textproc')
-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