svn commit: r518029 - head/net/ceph14

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 14:56:09 UTC 2019


Author: antoine
Date: Wed Nov 20 14:56:08 2019
New Revision: 518029
URL: https://svnweb.freebsd.org/changeset/ports/518029

Log:
  Unbreak bulk -a with non default version of python3

Modified:
  head/net/ceph14/Makefile

Modified: head/net/ceph14/Makefile
==============================================================================
--- head/net/ceph14/Makefile	Wed Nov 20 14:55:45 2019	(r518028)
+++ head/net/ceph14/Makefile	Wed Nov 20 14:56:08 2019	(r518029)
@@ -48,7 +48,7 @@ RUN_DEPENDS=	\
 	${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:3.6 \
+USES=		cmake:noninja fuse gettext-runtime gmake pkgconfig python:3.6+ \
 		shebangfix ssl
 USE_PYTHON=	cython
 USE_OPENLDAP=	yes


More information about the svn-ports-all mailing list