summaryrefslogtreecommitdiff
path: root/www/py-django-markdownx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django-markdownx/Makefile')
-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.