svn commit: r489863 - head/devel/kdevelop

Gleb Popov arrowd at FreeBSD.org
Thu Jan 10 14:08:14 UTC 2019


Author: arrowd
Date: Thu Jan 10 14:08:13 2019
New Revision: 489863
URL: https://svnweb.freebsd.org/changeset/ports/489863

Log:
  devel/kdevelop: Remove dependency on kdelibs4support, it is not needed anymore.
  
  Approved by:	tcberner (mentor)

Modified:
  head/devel/kdevelop/Makefile

Modified: head/devel/kdevelop/Makefile
==============================================================================
--- head/devel/kdevelop/Makefile	Thu Jan 10 13:30:05 2019	(r489862)
+++ head/devel/kdevelop/Makefile	Thu Jan 10 14:08:13 2019	(r489863)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kdevelop
 DISTVERSION=	5.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde
 MASTER_SITES=	KDE/stable/kdevelop/${DISTVERSION}/src
 DIST_SUBDIR=	KDE/kdevelop
@@ -28,7 +28,7 @@ USES=		cmake compiler:c++11-lib desktop-file-utils \
 USE_KDE=	archive attica auth bookmarks codecs completion config configwidgets \
 		coreaddons crash guiaddons emoticons i18n iconthemes init \
 		itemmodels itemviews jobwidgets kcmutils kdeclarative \
-		kdelibs4support kio libksysguard newstuff notifications \
+		kio libksysguard newstuff notifications \
 		notifyconfig package parts plasma-framework \
 		runner service solid sonnet texteditor textwidgets threadweaver \
 		widgetsaddons windowsystem xmlgui


More information about the svn-ports-all mailing list