svn commit: r444126 - head/deskutils/basket

Tobias C. Berner tcberner at FreeBSD.org
Thu Jun 22 18:20:09 UTC 2017


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
 


More information about the svn-ports-all mailing list