svn commit: r322302 - head/audio/xmms2

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 5 05:55:18 UTC 2013


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


More information about the svn-ports-head mailing list