--- devel/py-colorama/Makefile (revision 559643) +++ devel/py-colorama/Makefile (working copy) @@ -18,4 +18,10 @@ NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3700 +USE_LOCALE= C.UTF-8 +.endif + +.include