aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2015-07-29 22:34:10 +0800
committerak <ak@FreeBSD.org>2015-07-29 22:34:10 +0800
commitacbc01bf83c25998827d3b6ff0be1e73a55e47e9 (patch)
tree3845065e93c56dd25e873a4ac198ecc6bebab961
parent98664e3d6aac774d054fea2ed37aa7ddc5faed4b (diff)
downloadfreebsd-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/Makefile4
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