https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211414
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] --- Shouldn't this be fixed (given comment:2) in bsd.pyqt.mk in a generic fashion, instead of on a per-port basis? Something along the lines of: .if ${_PYQT_VERSION} != "sip" CONFIGURE_ARGS+="--sip=${LOCALBASE}/bin/sip-${PYTHON:D${PYTHON}:U${PYTHON_VER}}" .endif But it seems like sip would need fixing then as well: won't bin/sip conflict if you install sip for multiple Python versions? -- You are receiving this mail because: You are the assignee for the bug.
