K 10 svn:author V 5 novel K 8 svn:date V 27 2016-03-15T17:06:36.377557Z K 7 svn:log V 650 deskutils/spice-gtk: fix BUILD_DEPENDS when GSTREAMER is off The deskutils/spice-gtk port adds 'python' to USES only when SPICE_SLAVE is defined. However, it unconditionally adds python dependencies to BUILD_DEPENDS and uses PYTHON_PKGNAMEPREFIX that's defined via USES=python, and that looks like a bug. However, when GSTREAMER option is enabled (that's the default), Mk/bsd.gstreamer.mk sets PYTHON_PKGNAMEPREFIX to 'py*-' if it's not defined, so the bug is not triggered with the default options set, but fails when GSTREAMER is disabled. Fix this by unconditionally adding 'python' to USES. Approved by: Oleg Ginzburg (maintainer, via email) END