svn commit: r346606 - head/sysutils/k3b-kde4

John Marino marino at FreeBSD.org
Sat Mar 1 09:26:52 UTC 2014


Author: marino
Date: Sat Mar  1 09:26:51 2014
New Revision: 346606
URL: http://svnweb.freebsd.org/changeset/ports/346606
QAT: https://qat.redports.org/buildarchive/r346606/

Log:
  sysutils/k3b-kde4: Broken everywhere, USES+= pkgconfig might fix it

Modified:
  head/sysutils/k3b-kde4/Makefile

Modified: head/sysutils/k3b-kde4/Makefile
==============================================================================
--- head/sysutils/k3b-kde4/Makefile	Sat Mar  1 07:47:08 2014	(r346605)
+++ head/sysutils/k3b-kde4/Makefile	Sat Mar  1 09:26:51 2014	(r346606)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysuti
 BUILD_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 
 USE_BZIP2=	yes
-USES=		cmake shared-mime-info
+USES=		cmake shared-mime-info pkgconfig
 CMAKE_ARGS=	-DK3B_BUILD_K3BSETUP:BOOL=OFF \
 		-DK3B_ENABLE_MUSICBRAINZ:BOOL=OFF
 USE_KDE4=	automoc4 kdeprefix kdelibs libkcddb


More information about the svn-ports-head mailing list