Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 05:55:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322302 - head/audio/xmms2
Message-ID:  <201307050555.r655tI5E006022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul  5 05:55:18 2013
New Revision: 322302
URL: http://svnweb.freebsd.org/changeset/ports/322302

Log:
  pkgconfig is needed by all slaves either (to detect xmms2 itself)
  
  Reported by:	poudriere

Modified:
  head/audio/xmms2/Makefile

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Fri Jul  5 02:42:35 2013	(r322301)
+++ head/audio/xmms2/Makefile	Fri Jul  5 05:55:18 2013	(r322302)
@@ -13,12 +13,12 @@ COMMENT?=	Rewrite of xmms as a client/se
 
 USE_BZIP2=	yes
 USE_PYTHON_BUILD=	yes
+USES+=		pkgconfig
 
 .if !defined(XMMS2_SLAVE)
 USE_GNOME=	glib20
 USE_SQLITE=	3
 
-USES+=		pkgconfig
 USE_LDCONFIG=	yes
 
 MAN1=		xmms2.1 xmms2d.1 xmms2-launcher.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307050555.r655tI5E006022>