Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 19:15:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493060 - head/net/ceph13
Message-ID:  <201902161915.x1GJFcUl059575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 16 19:15:37 2019
New Revision: 493060
URL: https://svnweb.freebsd.org/changeset/ports/493060

Log:
  Fix RUN_DEPENDS with DEFAULT_VERSIONS=python=3.6
  
  PR:		234633

Modified:
  head/net/ceph13/Makefile

Modified: head/net/ceph13/Makefile
==============================================================================
--- head/net/ceph13/Makefile	Sat Feb 16 19:05:32 2019	(r493059)
+++ head/net/ceph13/Makefile	Sat Feb 16 19:15:37 2019	(r493060)
@@ -43,7 +43,7 @@ RUN_DEPENDS=	\
 	xml:textproc/xmlstarlet \
 	jq:textproc/jq \
 	flock:sysutils/flock \
-	virtualenv:devel/py-virtualenv@${PY_FLAVOR} \
+	${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
 
 USES=		cmake:noninja fuse gettext-runtime gmake pkgconfig python:2.7 \



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