diff options
Diffstat (limited to 'sysutils/py-python-crontab/Makefile')
-rw-r--r-- | sysutils/py-python-crontab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-python-crontab/Makefile b/sysutils/py-python-crontab/Makefile index b7463544b587..b740eda4650a 100644 --- a/sysutils/py-python-crontab/Makefile +++ b/sysutils/py-python-crontab/Makefile @@ -26,7 +26,7 @@ GL_COMMIT= ba23056ddf1a00ecfd14b0a31c2e0cdad132f8d0 .include <bsd.port.pre.mk> # 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 TEST_ENV+= LC_ALL=C.UTF-8 .endif |