svn commit: r303450 - head/deskutils/plasma-applet-fancytasks

Max Brazhnikov makc at FreeBSD.org
Fri Aug 31 23:04:24 UTC 2012


Author: makc
Date: Fri Aug 31 23:04:24 2012
New Revision: 303450
URL: http://svn.freebsd.org/changeset/ports/303450

Log:
  Remove needless (and deprecated) kdebase component
  Remove indirect dependencies on qt4 libraries
  
  PR:		ports/171218
  Approved by:	Veniamin Gvozdikov (maintainer)

Modified:
  head/deskutils/plasma-applet-fancytasks/Makefile   (contents, props changed)

Modified: head/deskutils/plasma-applet-fancytasks/Makefile
==============================================================================
--- head/deskutils/plasma-applet-fancytasks/Makefile	Fri Aug 31 22:52:45 2012	(r303449)
+++ head/deskutils/plasma-applet-fancytasks/Makefile	Fri Aug 31 23:04:24 2012	(r303450)
@@ -7,7 +7,7 @@
 
 PORTNAME=	fancytasks
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	http://kde-look.org/CONTENT/content-files/
 PKGNAMEPREFIX=	plasma-applet-
@@ -18,13 +18,10 @@ COMMENT=	Plasmoid fancy representation o
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	qimageblitz.4:${PORTSDIR}/x11/qimageblitz
-
 USE_BZIP2=	yes
 USE_CMAKE=	yes
-USE_KDE4=	automoc4 kdeprefix kdelibs kdebase workspace
-USE_QT4=	gui dbus network opengl svg phonon webkit xml \
-		qmake_build moc_build rcc_build uic_build
+USE_KDE4=	automoc4 kdeprefix kdelibs workspace qimageblitz
+USE_QT4=	qmake_build moc_build rcc_build uic_build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 



More information about the svn-ports-all mailing list