diff --git a/deskutils/py-spice-gtk/Makefile b/deskutils/py-spice-gtk/Makefile index 8c70b4ac1797..83a968f0cf13 100644 --- a/deskutils/py-spice-gtk/Makefile +++ b/deskutils/py-spice-gtk/Makefile @@ -6,6 +6,5 @@ MASTERDIR= ${.CURDIR}/../spice-gtk CONFLICTS= spice-gtk-[0-9]* SPICE_SLAVE= yes -BROKEN= fails to package .include "${MASTERDIR}/Makefile" diff --git a/deskutils/spice-gtk/Makefile b/deskutils/spice-gtk/Makefile index f6cf98e3bd11..e84d676abc79 100644 --- a/deskutils/spice-gtk/Makefile +++ b/deskutils/spice-gtk/Makefile @@ -20,13 +20,13 @@ BUILD_DEPENDS= spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing .if defined(SPICE_SLAVE) +PORTREVISION= 1 CATEGORIES+= python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2 CONFIGURE_ARGS+= --with-python -PLIST_FILES+= %%PYTHON_SITELIBDIR%%/SpiceClientGtk.a \ - %%PYTHON_SITELIBDIR%%/SpiceClientGtk.so +PLIST_FILES+= %%PYTHON_SITELIBDIR%%/SpiceClientGtk.so USES+= python .endif