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