From 0729af4255a63ee299e0c63a18b6a86520a19e02 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 10 Apr 2021 02:15:37 +0300 Subject: 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@ --- www/py-django-markdownx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/py-django-markdownx') 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 -.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. -- cgit v1.2.3