Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 01:59:50 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496932 - head/editors/neovim
Message-ID:  <201903270159.x2R1xovG020911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903270159.x2R1xovG020911>