diff options
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index fe8faddf49e9..edd425d4b399 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -11,15 +11,15 @@ COMMENT= Next generation Vim LICENSE= APACHE20 -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 +BUILD_DEPENDS= ${LUA_MODSHAREDIR}/MessagePack.lua:devel/lua-MessagePack \ + ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop \ + ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg +LIB_DEPENDS= libunibilium.so:devel/unibilium \ + libvterm.so:devel/libvterm \ + libtermkey.so:devel/libtermkey \ + libluajit-5.1.so:lang/luajit \ + libuv.so:devel/libuv \ + libmsgpack.so:devel/msgpack USES= cmake gettext-tools lua gmake pkgconfig USE_GITHUB= yes |