diff options
-rw-r--r-- | audio/jokosher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jokosher/Makefile b/audio/jokosher/Makefile index ebf08e516811..913d82dfc3e7 100644 --- a/audio/jokosher/Makefile +++ b/audio/jokosher/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg -USES= desktop-file-utils python:2 shared-mime-info +USES= desktop-file-utils python:2 shared-mime-info USE_PYTHON= distutils WANT_GNOME= yes USE_GSTREAMER= gnonlin good python @@ -32,7 +32,7 @@ PULSE_DESC= ${PULSEAUDIO_DESC} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus .endif -.if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MPROFILES} +.if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MPROFILES} \ || ${HAVE_GNOME:Mpygnome2}!="" USE_GNOME+= pygnome2 .endif |