Date: Wed, 20 Nov 2019 14:56:08 +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: r518029 - head/net/ceph14 Message-ID: <201911201456.xAKEu8FD023348@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201456.xAKEu8FD023348>