svn commit: r328168 - head/multimedia/kdemultimedia4-ffmpegthumbs

Max Brazhnikov makc at FreeBSD.org
Tue Sep 24 16:48:22 UTC 2013


Author: makc
Date: Tue Sep 24 16:48:21 2013
New Revision: 328168
URL: http://svnweb.freebsd.org/changeset/ports/328168

Log:
  Needs pkgconf for successful build

Modified:
  head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile

Modified: head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile
==============================================================================
--- head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile	Tue Sep 24 16:47:45 2013	(r328167)
+++ head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile	Tue Sep 24 16:48:21 2013	(r328168)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	swscale${FFMPEG_SUFFIX}:${P
 
 CONFLICTS_INSTALL=	kdemultimedia-4.[1-8].*
 
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_KDE4=	automoc4 kdehier kdelibs kdeprefix
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_XZ=		yes


More information about the svn-ports-all mailing list