diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-07-29 14:34:10 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-07-29 14:34:10 +0000 |
commit | 928f146bc3903e75c3b8571cd300a9500da6fd1e (patch) | |
tree | 3845065e93c56dd25e873a4ac198ecc6bebab961 | |
parent | 16cc6c9051b7345a2dd58a36cd6681ee26d419ca (diff) | |
download | freebsd-ports-928f146bc3903e75c3b8571cd300a9500da6fd1e.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 |