Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2017 18:20:08 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444126 - head/deskutils/basket
Message-ID:  <201706221820.v5MIK836057782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Jun 22 18:20:08 2017
New Revision: 444126
URL: https://svnweb.freebsd.org/changeset/ports/444126

Log:
  Don't depend unnecessarily on kdepim4. The dependency needed is kdelibs.
  
  * kdepim is only needed for the kparts, which are not built anyways.

Modified:
  head/deskutils/basket/Makefile

Modified: head/deskutils/basket/Makefile
==============================================================================
--- head/deskutils/basket/Makefile	Thu Jun 22 17:39:03 2017	(r444125)
+++ head/deskutils/basket/Makefile	Thu Jun 22 18:20:08 2017	(r444126)
@@ -3,7 +3,7 @@
 
 PORTNAME=	basket
 PORTVERSION=	1.81
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://basket.kde.org/downloads/
 
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgpgme.so:security/gpgme
 
 USES=		cmake gettext-tools kde:4 tar:bzip2
 USE_XORG=	xft xpm
-USE_KDE=	automoc4 pimlibs qimageblitz
+USE_KDE=	automoc4 kdelibs qimageblitz
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706221820.v5MIK836057782>