svn commit: r322303 - head/audio/xmms2-scrobbler

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 5 05:56:13 UTC 2013


Author: bapt
Date: Fri Jul  5 05:56:12 2013
New Revision: 322303
URL: http://svnweb.freebsd.org/changeset/ports/322303

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/xmms2-scrobbler/Makefile

Modified: head/audio/xmms2-scrobbler/Makefile
==============================================================================
--- head/audio/xmms2-scrobbler/Makefile	Fri Jul  5 05:55:18 2013	(r322302)
+++ head/audio/xmms2-scrobbler/Makefile	Fri Jul  5 05:56:12 2013	(r322303)
@@ -15,6 +15,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	xmmsclient.6:${PORTSDIR}/audio/xmms2 \
 		curl.6:${PORTSDIR}/ftp/curl
 
+USES=		pkgconfig
 USE_GMAKE=	yes
 LDFLAGS+=	${PTHREAD_LIBS}
 


More information about the svn-ports-all mailing list