https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795
--- Comment #18 from Walter Schwarzenfeld <w.schwarzenf...@utanet.at> --- python.mk: 457 # Pass PYTHON_VERSION down the dependency chain. This ensures that 458 # port A -> B -> C all will use the same python version and do not 459 # try to find a different one, if the passed version fits into 460 # the supported version range. 461 PYTHON_VERSION?= python${_PYTHON_VERSION} 462 .if !defined(PYTHON_NO_DEPENDS) && \ 463 ${PYTHON_VERSION} != python${PYTHON_DEFAULT} 464 DEPENDS_ARGS+= PYTHON_VERSION=${PYTHON_VERSION} 465 .endif ....that is the cause... -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"