diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-10 02:15:37 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-25 16:55:43 +0300 |
commit | 0729af4255a63ee299e0c63a18b6a86520a19e02 (patch) | |
tree | 15549679e2da1abfedb505860f7fc7a2ed99a300 /www/py-django-bootstrap3/Makefile | |
parent | www/geronimo: Ports cannot set WRKDIR. (diff) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
Diffstat (limited to 'www/py-django-bootstrap3/Makefile')
-rw-r--r-- | www/py-django-bootstrap3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-bootstrap3/Makefile b/www/py-django-bootstrap3/Makefile index 446765905a97..324fd5393ade 100644 --- a/www/py-django-bootstrap3/Makefile +++ b/www/py-django-bootstrap3/Makefile @@ -19,7 +19,7 @@ NO_ARCH= yes .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 3800 +.if ${PYTHON_REL} < 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.5.0:devel/py-importlib-metadata@${PY_FLAVOR} .endif |