mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Add PYNVIM option
PYNVIM installs the py-pynvim port. This enables support for nvim plugins written in python. It is NOT required for editing or debugging python scripts---that support is already included in neovim.
This commit is contained in:
parent
94f9705975
commit
0562ab1736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496272
@ -34,10 +34,13 @@ CMAKE_ARGS= -DLUA_PRG:FILEPATH="${LUA_CMD}" \
|
||||
-DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \
|
||||
-DDEPS_PREFIX:PATH="${LOCALBASE}"
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_DEFINE= NLS PYNVIM
|
||||
OPTIONS_SUB= yes
|
||||
NLS_CMAKE_BOOL= ENABLE_LIBINTL
|
||||
NLS_USES= gettext
|
||||
PYNVIM_DESC= Enable support for plugins written in python
|
||||
PYNVIM_USES= python:run
|
||||
PYNVIM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynvim>=0.3.0:editors/py-pynvim
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
Loading…
Reference in New Issue
Block a user