diff options
author | adamw <adamw@FreeBSD.org> | 2019-03-27 09:59:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2019-03-27 09:59:50 +0800 |
commit | 58917c88f77a56952604b5fff4ac5171278c8f47 (patch) | |
tree | e5ccf094c69e7ede6336d7e55cbfb94dc187a0fc /editors/neovim | |
parent | bd58fd1d07f640ea65cc06c33b88375d9125f889 (diff) | |
download | freebsd-ports-gnome-58917c88f77a56952604b5fff4ac5171278c8f47.tar.gz freebsd-ports-gnome-58917c88f77a56952604b5fff4ac5171278c8f47.tar.zst freebsd-ports-gnome-58917c88f77a56952604b5fff4ac5171278c8f47.zip |
Use the correct FLAVOR for the optional pynvim dependency.
Reported by: mat
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index c71eded1cac7..8d2c14ac1d08 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -4,6 +4,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org @@ -40,7 +41,7 @@ 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 +PYNVIM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynvim>=0.3.0:editors/py-pynvim@${PY_FLAVOR} post-patch: @${REINPLACE_CMD} -e \ |