summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-27 12:10:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-27 12:10:16 +0000
commitddea640599ba891e448d6f34719443221394e275 (patch)
tree78aff9592043af029dba2d620c7bc4be73007839 /editors
parent- fix with latest NET::DNS (diff)
fix runtime, pkg registers a dependency on libluajit but no runtime
dependency, and pkg autoremove will render this unusable. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=398040
Diffstat (limited to 'editors')
-rw-r--r--editors/neovim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index b551a5f3b3bc..35151873d3a1 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= neovim
PORTVERSION= 0.0.0.201507060407
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= GH
@@ -11,13 +12,13 @@ COMMENT= Next generation Vim
LICENSE= APACHE20
-BUILD_DEPENDS= luajit:${PORTSDIR}/lang/luajit \
- ${LUA_MODSHAREDIR}/MessagePack.lua:${PORTSDIR}/devel/lua-MessagePack \
+BUILD_DEPENDS= ${LUA_MODSHAREDIR}/MessagePack.lua:${PORTSDIR}/devel/lua-MessagePack \
${LUA_MODLIBDIR}/bit.so:${PORTSDIR}/devel/lua-bitop \
${LUA_MODLIBDIR}/lpeg.so:${PORTSDIR}/devel/lua-lpeg
LIB_DEPENDS= libunibilium.so:${PORTSDIR}/devel/unibilium \
libvterm.so:${PORTSDIR}/devel/libvterm \
libtermkey.so:${PORTSDIR}/devel/libtermkey \
+ libluajit-5.1.so:${PORTSDIR}/lang/luajit \
libuv.so:${PORTSDIR}/devel/libuv \
libmsgpack.so:${PORTSDIR}/devel/msgpack