diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
commit | 5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf (patch) | |
tree | 3291541f3b73432c893dec35f4f23770dd07732a /editors/neovim | |
parent | 9c92503171817f96d944009b9ea88d3c083c9a45 (diff) | |
download | ports-5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf.tar.gz ports-5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf.zip |
Notes
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 65cf89152725..62aa61841277 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibilium \ libuv.so:devel/libuv \ libmsgpackc.so:devel/msgpack -USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig +USES= cmake:outsource gettext iconv lua:build pathfix pkgconfig USE_GITHUB= yes GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \ libmpack:libmpack-lua:1.0.6:libmpack_lua |