svn commit: r359063 - head/net-im/kopete-kde4

Antoine Brodin antoine at FreeBSD.org
Tue Jun 24 09:00:52 UTC 2014


Author: antoine
Date: Tue Jun 24 09:00:52 2014
New Revision: 359063
URL: http://svnweb.freebsd.org/changeset/ports/359063
QAT: https://qat.redports.org/buildarchive/r359063/

Log:
  Unbreak by adding explicit dependency on pkgconf
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/kopete-kde4/Makefile

Modified: head/net-im/kopete-kde4/Makefile
==============================================================================
--- head/net-im/kopete-kde4/Makefile	Tue Jun 24 08:54:46 2014	(r359062)
+++ head/net-im/kopete-kde4/Makefile	Tue Jun 24 09:00:52 2014	(r359063)
@@ -28,7 +28,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linu
 RUN_DEPENDS=	qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \
 		${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc
 
-USES=		cmake:outsource tar:xz webplugin:native
+USES=		cmake:outsource pkgconfig tar:xz webplugin:native
 USE_GNOME=	libxml2 libxslt
 USE_KDE4=	kdehier kdelibs kdeprefix pimlibs \
 		automoc4 qimageblitz


More information about the svn-ports-head mailing list