diff options
Diffstat (limited to 'sysutils/py-python-crontab')
-rw-r--r-- | sysutils/py-python-crontab/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/py-python-crontab/Makefile b/sysutils/py-python-crontab/Makefile index b740eda4650a..6a92faeafb2b 100644 --- a/sysutils/py-python-crontab/Makefile +++ b/sysutils/py-python-crontab/Makefile @@ -23,14 +23,7 @@ USE_GITLAB= yes GL_ACCOUNT= doctormo 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} < 30700 -TEST_ENV+= LC_ALL=C.UTF-8 -.endif - do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test -.include <bsd.port.post.mk> +.include <bsd.port.mk> |