aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-05-07 19:06:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-05-07 19:06:35 +0000
commit060df9fe5358a0896cb14ceedc3aef8a6b68c6a8 (patch)
treeeaffd005ec1c88008e98df55776c121320356fad
parent23be95ab476aa70f86b4ada5bc5059f50fbb2b1d (diff)
downloadports-060df9fe5358a0896cb14ceedc3aef8a6b68c6a8.tar.gz
ports-060df9fe5358a0896cb14ceedc3aef8a6b68c6a8.zip
devel/py-future-annotations: unbreak bulk -a
-rw-r--r--devel/py-future-annotations/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/py-future-annotations/Makefile b/devel/py-future-annotations/Makefile
index 3c7bd0fc426d..1843311afec1 100644
--- a/devel/py-future-annotations/Makefile
+++ b/devel/py-future-annotations/Makefile
@@ -15,9 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3:devel/py-tokenize-rt@${PY_FLAVOR}
-USES= python:3.6
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 3700
+IGNORE= included in python ${PYTHON_VER}
+.endif
+
+.include <bsd.port.post.mk>