aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-07-01 15:24:07 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-07-01 15:24:07 +0000
commit7f69ff9e7800ce8cad3155160e733de807e34e17 (patch)
treee10c50eac646b4c2bcec96cee1867c0e1afb2619 /sysutils
parentb36478f6aecfa5a80bfbc6039e2bc93252516c0b (diff)
downloadports-7f69ff9e7800ce8cad3155160e733de807e34e17.tar.gz
ports-7f69ff9e7800ce8cad3155160e733de807e34e17.zip
sysutils/py-bitrot: fix pkg-fallout errors
Latest update to the port requires at least python 3.5 PR: 247684 Submitted by: fixer@bsdmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=540970
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-bitrot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-bitrot/Makefile b/sysutils/py-bitrot/Makefile
index a2d94d012385..8c1790cc0411 100644
--- a/sysutils/py-bitrot/Makefile
+++ b/sysutils/py-bitrot/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes