> On 26 May 2022, at 17:42, Dimitry Andric <d...@freebsd.org> wrote: > > On 26 May 2022, at 16:10, Daniel Braniss <da...@cs.huji.ac.il> wrote: >> >> im using portmaster. >> >> after a resent update to /usr/ports, the default python became 3.8, fine by >> me, but I still want to >> keep 3,7. >> some Makefiles require 3,8+, again no problem. >> but some have 3.6+, and make FLAVOR=37 failes with unknown flavor … >> >> any work around? > > Use FLAVOR=py37, not FLAVOR=37. > > -Dimitry >
sorry, my bad, it was make FLAVOR=py37 and the result was ===> py37-psutil-5.9.1 Unknown flavor 'py37', possible flavors: py38.