Date: Wed, 29 Jul 2015 14:34:11 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393160 - head/audio/jokosher Message-ID: <201507291434.t6TEYBSr075859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Wed Jul 29 14:34:10 2015 New Revision: 393160 URL: https://svnweb.freebsd.org/changeset/ports/393160 Log: - Fix Makefile in case if PROFILES option is selected PR: 201878 Submitted by: 6yearold@gmail.com Modified: head/audio/jokosher/Makefile Modified: head/audio/jokosher/Makefile ============================================================================== --- head/audio/jokosher/Makefile Wed Jul 29 13:39:12 2015 (r393159) +++ head/audio/jokosher/Makefile Wed Jul 29 14:34:10 2015 (r393160) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507291434.t6TEYBSr075859>