> According to NEWS, games/ski was ported to python3 as of version 6.10. > > Diff below updates to latest version and moves the port over to python3. > > ok?
`make install' still tries to pick up python 2 ===> ski-6.13 depends on: python->=2.7,<2.8 - not found Since you removed the MODPY_DEFAULT_VERSION_2 you should use FLAVOR instead, it's is missing setting FLAVOR to python 3 by adding the a following lines: FLAVORS = python3 FLAVOR = python3 Otherwise, OK gsoares@ - gsoares