svn commit: r496932 - head/editors/neovim
Adam Weinberger
adamw at FreeBSD.org
Wed Mar 27 01:59:51 UTC 2019
Author: adamw
Date: Wed Mar 27 01:59:50 2019
New Revision: 496932
URL: https://svnweb.freebsd.org/changeset/ports/496932
Log:
Use the correct FLAVOR for the optional pynvim dependency.
Reported by: mat
Modified:
head/editors/neovim/Makefile
Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile Wed Mar 27 00:12:54 2019 (r496931)
+++ head/editors/neovim/Makefile Wed Mar 27 01:59:50 2019 (r496932)
@@ -4,6 +4,7 @@
PORTNAME= neovim
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.4
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= adamw at 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 \
More information about the svn-ports-head
mailing list