svn commit: r326357 - head/multimedia/audacious-plugins

Guido Falsi madpilot at FreeBSD.org
Thu Sep 5 06:31:39 UTC 2013


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


More information about the svn-ports-all mailing list