svn commit: r358723 - head/deskutils/kdeplasma-addons
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Jun 21 17:48:17 UTC 2014
Author: rakuco
Date: Sat Jun 21 17:48:17 2014
New Revision: 358723
URL: http://svnweb.freebsd.org/changeset/ports/358723
QAT: https://qat.redports.org/buildarchive/r358723/
Log:
Explicitly depend on pkg-config.
The dependency was previously pulled indirectly via another dependency, and
that stopped happening at some point. The build was now failing because
libqalculate was not being properly found anymore.
Modified:
head/deskutils/kdeplasma-addons/Makefile
Modified: head/deskutils/kdeplasma-addons/Makefile
==============================================================================
--- head/deskutils/kdeplasma-addons/Makefile Sat Jun 21 17:08:34 2014 (r358722)
+++ head/deskutils/kdeplasma-addons/Makefile Sat Jun 21 17:48:17 2014 (r358723)
@@ -20,7 +20,7 @@ CONFLICTS_INSTALL= plasma-applet-icontas
USE_KDE4= kdehier kdelibs kdeprefix libkexiv2 pimlibs workspace \
akonadi attica automoc4 qimageblitz soprano
-USES= cmake:outsource shared-mime-info tar:xz
+USES= cmake:outsource pkgconfig shared-mime-info tar:xz
USE_QT4= corelib dbus declarative gui network script sql webkit \
qmake_build moc_build rcc_build uic_build
USE_XORG= x11 xrender xtst
More information about the svn-ports-head
mailing list