summaryrefslogtreecommitdiff
path: root/www/py-django-auth-ldap
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-auth-ldap
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-auth-ldap')
-rw-r--r--www/py-django-auth-ldap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-auth-ldap/Makefile b/www/py-django-auth-ldap/Makefile
index 9238e1306d2b..b5298ec86374 100644
--- a/www/py-django-auth-ldap/Makefile
+++ b/www/py-django-auth-ldap/Makefile
@@ -32,7 +32,7 @@ DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
# Set a locale to avoid build/configure errors. The UTF-8 mode is enabled by
# default when the locale is C since Python 3.7.
-.if ${PYTHON_REL} < 3700
+.if ${PYTHON_REL} < 30700
USE_LOCALE= en_US.UTF-8
.endif