diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 20:35:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 20:35:36 +0800 |
commit | da9c930c4721151359e8fb4b0a1ae0ea97569220 (patch) | |
tree | 541981cdc82b842a72800c9364347f6cb61f97dd /editors/vile | |
parent | ea249ce29db2b1701f382b11b10843d5967efde4 (diff) | |
download | freebsd-ports-gnome-da9c930c4721151359e8fb4b0a1ae0ea97569220.tar.gz freebsd-ports-gnome-da9c930c4721151359e8fb4b0a1ae0ea97569220.tar.zst freebsd-ports-gnome-da9c930c4721151359e8fb4b0a1ae0ea97569220.zip |
editors/vile: document ncurses requirement (USES+=ncurses)
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index d1f6d279f293..36102ba226d2 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= reflex:${PORTSDIR}/textproc/reflex -USES= pkgconfig shebangfix tar:tgz +USES= ncurses pkgconfig shebangfix tar:tgz SHEBANG_FILES= perl/vileget GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes |