svn commit: r493060 - head/net/ceph13

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 19:15:39 UTC 2019


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 \


More information about the svn-ports-head mailing list