https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204850
--- Comment #2 from 6year...@gmail.com --- (In reply to Kubilay Kocak from comment #1) This port uses CMake to create setup.py file, hence USES = cmake. This leads to configure, build and install targets to be overriden with cmake ones even with USE_PYTHON=distutils. Because of this, I need to override do-install neverthless. Additionally, USE_PYTHON=distutils adds --single-version-externally-managed flag to PYDISTUTILS_INSTALLARGS, which aren't supported by port's setup.py. -- 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"