diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-10 02:15:37 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-25 16:55:43 +0300 |
commit | 0729af4255a63ee299e0c63a18b6a86520a19e02 (patch) | |
tree | 15549679e2da1abfedb505860f7fc7a2ed99a300 /sysutils/py-python-crontab | |
parent | www/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 'sysutils/py-python-crontab')
-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 |