Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 23:04:24 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303450 - head/deskutils/plasma-applet-fancytasks
Message-ID:  <201208312304.q7VN4Ot0009103@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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