aboutsummaryrefslogtreecommitdiffstats
path: root/editors/bvi
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-06 02:19:14 +0800
committermarino <marino@FreeBSD.org>2016-02-06 02:19:14 +0800
commit04e2b0454a80d8fcbb62cd42bb24cc2540341537 (patch)
treed11dc8f8f8a8b127c9342b44f99e2f3027ca910d /editors/bvi
parent5f4a0670d7fabeb142747a90fd6bf2a1c1d97dc3 (diff)
downloadfreebsd-ports-gnome-04e2b0454a80d8fcbb62cd42bb24cc2540341537.tar.gz
freebsd-ports-gnome-04e2b0454a80d8fcbb62cd42bb24cc2540341537.tar.zst
freebsd-ports-gnome-04e2b0454a80d8fcbb62cd42bb24cc2540341537.zip
editors/bvi: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors/bvi')
-rw-r--r--editors/bvi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 44d228c7d13f..a9b86d3380b4 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -10,6 +10,7 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= naddy@FreeBSD.org
COMMENT= Vi-like binary file (hex)editor
+USES= ncurses
GNU_CONFIGURE= yes
.include <bsd.port.mk>