From owner-svn-ports-head@freebsd.org Wed Jul 29 14:34:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 180ED9AE128; Wed, 29 Jul 2015 14:34:12 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04292698; Wed, 29 Jul 2015 14:34:12 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6TEYB0R075860; Wed, 29 Jul 2015 14:34:11 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6TEYBSr075859; Wed, 29 Jul 2015 14:34:11 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201507291434.t6TEYBSr075859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 29 Jul 2015 14:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393160 - head/audio/jokosher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 14:34:12 -0000 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