devel/luv, editors/neovim: Use USES=luajit (changes luajit to luajit-devel)
This commit is contained in:
parent
82af9c9c62
commit
8e76912d7e
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= luv
|
||||
DISTVERSION= 1.44.2-1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
@ -9,10 +10,9 @@ WWW= https://github.com/luvit/luv
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
LIB_DEPENDS= libuv.so:devel/libuv \
|
||||
libluajit-5.1.so:lang/luajit-openresty
|
||||
LIB_DEPENDS= libuv.so:devel/libuv
|
||||
|
||||
USES= cmake
|
||||
USES= cmake luajit
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= luvit keplerproject:compat
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= neovim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
@ -12,8 +13,7 @@ LICENSE= APACHE20
|
|||
BUILD_DEPENDS= gperf:devel/gperf \
|
||||
${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
|
||||
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
|
||||
LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty \
|
||||
libluv.so:devel/luv \
|
||||
LIB_DEPENDS= libluv.so:devel/luv \
|
||||
libmsgpackc.so:devel/msgpack \
|
||||
libtermkey.so:devel/libtermkey \
|
||||
libtree-sitter.so:devel/tree-sitter \
|
||||
|
@ -21,7 +21,7 @@ LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty \
|
|||
libuv.so:devel/libuv \
|
||||
libvterm.so:devel/libvterm
|
||||
|
||||
USES= cmake cpe iconv lua:52,build pathfix pkgconfig
|
||||
USES= cmake cpe iconv lua:52,build luajit pathfix pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \
|
||||
libmpack:libmpack-lua:1.0.9:libmpack_lua
|
||||
|
|
Loading…
Reference in a new issue