svn commit: r336480 - head/audio/amarok-kde4

Antoine Brodin antoine at FreeBSD.org
Sat Dec 14 19:47:33 UTC 2013


Author: antoine
Date: Sat Dec 14 19:47:32 2013
New Revision: 336480
URL: http://svnweb.freebsd.org/changeset/ports/336480

Log:
  Add explicit dependency on pkgconf (needed for detection of libmtp, loudmouth and libgpod)
  
  Approved by:	portmgr (bapt)

Modified:
  head/audio/amarok-kde4/Makefile

Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile	Sat Dec 14 19:42:13 2013	(r336479)
+++ head/audio/amarok-kde4/Makefile	Sat Dec 14 19:47:32 2013	(r336480)
@@ -34,7 +34,7 @@ USE_QT4=	dbus designer gui network openg
 USE_XORG=	x11
 USE_BZIP2=	yes
 NO_STAGE=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	AMAZON IPOD MP3TUNES MTP


More information about the svn-ports-head mailing list