summaryrefslogtreecommitdiff
path: root/www/py-django-markdownx
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-10 02:15:37 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-25 16:55:43 +0300
commit0729af4255a63ee299e0c63a18b6a86520a19e02 (patch)
tree15549679e2da1abfedb505860f7fc7a2ed99a300 /www/py-django-markdownx
parentwww/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-markdownx')
-rw-r--r--www/py-django-markdownx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-markdownx/Makefile b/www/py-django-markdownx/Makefile
index 157e4ce4c38a..ef2b5aceb7d4 100644
--- a/www/py-django-markdownx/Makefile
+++ b/www/py-django-markdownx/Makefile
@@ -23,7 +23,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 3700
+.if ${PYTHON_REL} < 30700
# Force an UTF-8 environment to avoid failures in the configuration phase for
# Python versions <= 3.6. Since Python 3.7 the UTF-8 mode is enabled by
# default when the locale is C.