I'm trying to install
/usr/ports/graphics/blender
from port but to install
/usr/ports/cad/freecad
I had to remove
/usr/ports/lang/python311
completely and install
/usr/ports/lang/python312
instead. Now I went to install
/usr/ports/graphics/blender
from port but when building I get an error output saying that
/usr/ports/graphics/blender
require
/usr/ports/lang/python311
to build but if I want I can use the 'PYTHON_VERSION=' to use another version but there's no garantie it will work. So I put in
/etc/make.conf
: PYTHON_VERSION=3.12 but its not working I get the same output appeared after that .
/usr/ports/graphics/blender
from port but to install
/usr/ports/cad/freecad
I had to remove
/usr/ports/lang/python311
completely and install
/usr/ports/lang/python312
instead. Now I went to install
/usr/ports/graphics/blender
from port but when building I get an error output saying that
/usr/ports/graphics/blender
require
/usr/ports/lang/python311
to build but if I want I can use the 'PYTHON_VERSION=' to use another version but there's no garantie it will work. So I put in
/etc/make.conf
: PYTHON_VERSION=3.12 but its not working I get the same output appeared after that .

