Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 06:31:39 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326357 - head/multimedia/audacious-plugins
Message-ID:  <201309050631.r856VdWW084294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Sep  5 06:31:38 2013
New Revision: 326357
URL: http://svnweb.freebsd.org/changeset/ports/326357

Log:
  - Add explicit dependency on pkgconfig
  - While here also convert to USES=gmake
  
  Approved by:	portmgr (bapt)

Modified:
  head/multimedia/audacious-plugins/Makefile

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Thu Sep  5 06:31:35 2013	(r326356)
+++ head/multimedia/audacious-plugins/Makefile	Thu Sep  5 06:31:38 2013	(r326357)
@@ -12,7 +12,7 @@ COMMENT=	Plugins needed for audacious
 BUILD_DEPENDS=	audacious:${PORTSDIR}/multimedia/audacious
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib



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