Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 19:47:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336480 - head/audio/amarok-kde4
Message-ID:  <201312141947.rBEJlXPh025186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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