aboutsummaryrefslogtreecommitdiffstats
path: root/editors/2bsd-vi
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-06 02:12:42 +0800
committermarino <marino@FreeBSD.org>2016-02-06 02:12:42 +0800
commita8f7db4d3e4ffeb3aa87c4fc271c5bed622e2a4d (patch)
tree6bfc856d97037002e5928ae2e55cee73b87f1c68 /editors/2bsd-vi
parent892efa853d127d8aeabe0c1132e6fad50952ffe8 (diff)
downloadfreebsd-ports-gnome-a8f7db4d3e4ffeb3aa87c4fc271c5bed622e2a4d.tar.gz
freebsd-ports-gnome-a8f7db4d3e4ffeb3aa87c4fc271c5bed622e2a4d.tar.zst
freebsd-ports-gnome-a8f7db4d3e4ffeb3aa87c4fc271c5bed622e2a4d.zip
editors/2bsd-vi: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors/2bsd-vi')
-rw-r--r--editors/2bsd-vi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/2bsd-vi/Makefile b/editors/2bsd-vi/Makefile
index fbd6f6e7c7f6..49839fc388c7 100644
--- a/editors/2bsd-vi/Makefile
+++ b/editors/2bsd-vi/Makefile
@@ -15,7 +15,7 @@ COMMENT= The original vi editor, updated to run on modern OSes
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= tar:bzip2
+USES= ncurses tar:bzip2
PRESERVEDIR= /var/preserve/${PKGBASE}
PLIST_SUB= PRESERVEDIR="${PRESERVEDIR}"