svn commit: r358735 - head/devel/kdevelop-kde4

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Jun 21 18:57:04 UTC 2014


Author: rakuco
Date: Sat Jun 21 18:57:03 2014
New Revision: 358735
URL: http://svnweb.freebsd.org/changeset/ports/358735
QAT: https://qat.redports.org/buildarchive/r358735/

Log:
  Explicitly depend on all Qt libraries linked by the build system targets.
  
  Stop pulling Qt dependencies implicitly via other ports, as this can be
  unreliable at times. Instead, bring in all Qt ports that the port links
  against.
  
  PR:		191113

Modified:
  head/devel/kdevelop-kde4/Makefile

Modified: head/devel/kdevelop-kde4/Makefile
==============================================================================
--- head/devel/kdevelop-kde4/Makefile	Sat Jun 21 18:56:50 2014	(r358734)
+++ head/devel/kdevelop-kde4/Makefile	Sat Jun 21 18:57:03 2014	(r358735)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kdevelop
 DISTVERSION=	${KDEVELOP_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${KDEVELOP_BRANCH}/kdevelop/${DISTVERSION}/src
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libkdevplatforminterfaces.s
 RUN_DEPENDS=	gmake:${PORTSDIR}/devel/gmake
 
 USE_KDE4=	kdehier kdelibs kdeprefix workspace automoc4
-USE_QT4=	qmake_build moc_build uic_build rcc_build
+USE_QT4=	qmake_build moc_build uic_build rcc_build \
+		corelib declarative gui help script webkit xml
 USE_XZ=		yes
 USES=		cmake gmake shared-mime-info
 


More information about the svn-ports-head mailing list