svn commit: r393160 - head/audio/jokosher

Alex Kozlov ak at FreeBSD.org
Wed Jul 29 14:34:12 UTC 2015


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 at 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


More information about the svn-ports-head mailing list