Log Message: Fix _PYTHON_VERSION check to avoid error Replace .if ${_PYTHON_VERSION} < 38 with .if ${_PYTHON_VERSION} == 37 as otherwise will fail when ${_PYTHON_VERSION} is "none". Triggered for "make clean-depends" for a package with PYTHON_VERSIONS_ACCEPTED=27 which depends on textproc/py-pygments
Revision | Action | file |
1.44 | modify | pkgsrc/textproc/py-pygments/Makefile |