diff options
author | ak <ak@FreeBSD.org> | 2015-07-29 22:34:10 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-07-29 22:34:10 +0800 |
commit | acbc01bf83c25998827d3b6ff0be1e73a55e47e9 (patch) | |
tree | 3845065e93c56dd25e873a4ac198ecc6bebab961 | |
parent | 98664e3d6aac774d054fea2ed37aa7ddc5faed4b (diff) | |
download | freebsd-ports-gnome-acbc01bf83c25998827d3b6ff0be1e73a55e47e9.tar.gz freebsd-ports-gnome-acbc01bf83c25998827d3b6ff0be1e73a55e47e9.tar.zst freebsd-ports-gnome-acbc01bf83c25998827d3b6ff0be1e73a55e47e9.zip |
- Fix Makefile in case if PROFILES option is selected
PR: 201878
Submitted by: 6yearold@gmail.com
-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 |