diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 12:31:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 12:31:36 +0000 |
commit | cecbbcf22623dbba79615c1af0c764fdc4a2bb50 (patch) | |
tree | 4b0659e07f7d708dcc3e487e88fb5e8b43a89cf1 /editors | |
parent | 9d2f426aed9f9dc005e805d9a335d19fd6f740ed (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/neovim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index fdcc91ad5445..98ef2fc5818e 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -12,6 +12,8 @@ COMMENT= Next generation Vim LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop \ ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg LIB_DEPENDS= libunibilium.so:devel/unibilium \ |