svn commit: r336482 - head/graphics/kdegraphics4-thumbnailers

Antoine Brodin antoine at FreeBSD.org
Sat Dec 14 19:52:01 UTC 2013


Author: antoine
Date: Sat Dec 14 19:52:00 2013
New Revision: 336482
URL: http://svnweb.freebsd.org/changeset/ports/336482

Log:
  Add explicit dependency on pkgconf (needed for libkdcraw detection)
  
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/kdegraphics4-thumbnailers/Makefile

Modified: head/graphics/kdegraphics4-thumbnailers/Makefile
==============================================================================
--- head/graphics/kdegraphics4-thumbnailers/Makefile	Sat Dec 14 19:48:54 2013	(r336481)
+++ head/graphics/kdegraphics4-thumbnailers/Makefile	Sat Dec 14 19:52:00 2013	(r336482)
@@ -13,7 +13,7 @@ COMMENT=	Thumbnailers for various graphi
 CONFLICTS=	kdegraphics-4.[0-6].*
 
 USE_KDE4=	kdehier kdelibs kdeprefix libkdcraw libkexiv2 automoc4
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_QT4=	gui qmake_build moc_build uic_build rcc_build
 USE_XZ=		yes
 


More information about the svn-ports-head mailing list