aboutsummaryrefslogtreecommitdiff
path: root/editors/2bsd-vi
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 18:12:42 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 18:12:42 +0000
commit7a32a9db26d818507f1fd5daca01785c38fe0b97 (patch)
tree6bfc856d97037002e5928ae2e55cee73b87f1c68 /editors/2bsd-vi
parentc6c76d1f382a2722d6fd924c89480fe4f8b298d4 (diff)
downloadports-7a32a9db26d818507f1fd5daca01785c38fe0b97.tar.gz
ports-7a32a9db26d818507f1fd5daca01785c38fe0b97.zip
editors/2bsd-vi: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408243
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}"