svn commit: r518024 - head/sysutils/py-borgmatic
Antoine Brodin
antoine at FreeBSD.org
Wed Nov 20 14:43:24 UTC 2019
Author: antoine
Date: Wed Nov 20 14:43:24 2019
New Revision: 518024
URL: https://svnweb.freebsd.org/changeset/ports/518024
Log:
Unbreak bulk -a with non default version of python3
Modified:
head/sysutils/py-borgmatic/Makefile
Modified: head/sysutils/py-borgmatic/Makefile
==============================================================================
--- head/sysutils/py-borgmatic/Makefile Wed Nov 20 14:42:36 2019 (r518023)
+++ head/sysutils/py-borgmatic/Makefile Wed Nov 20 14:43:24 2019 (r518024)
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borgbackup>=0:arch
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR}
-USES= python:3.6
+USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
More information about the svn-ports-all
mailing list