Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 17:59:52 +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: r488728 - head/net/akonadi-contacts
Message-ID:  <201812301759.wBUHxqkN018912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Dec 30 17:59:52 2018
New Revision: 488728
URL: https://svnweb.freebsd.org/changeset/ports/488728

Log:
  net/akonadi-contacts: remove unnecessary dependency on Qt5Webengine
  
  PR:		234461
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/net/akonadi-contacts/Makefile

Modified: head/net/akonadi-contacts/Makefile
==============================================================================
--- head/net/akonadi-contacts/Makefile	Sun Dec 30 17:56:59 2018	(r488727)
+++ head/net/akonadi-contacts/Makefile	Sun Dec 30 17:59:52 2018	(r488728)
@@ -2,6 +2,7 @@
 
 PORTNAME=	akonadi-contacts
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -15,7 +16,7 @@ USE_KDE=	auth codecs completion config configwidgets c
 		prison service sonnet textwidgets widgetsaddons xmlgui
 # pim components
 USE_KDE+=	akonadi akonadimime calendarcore contacts mime
-USE_QT=		dbus core gui network testlib webengine widgets xml \
+USE_QT=		dbus core gui network testlib widgets xml \
 		buildtools_build qmake_build
 USE_LDCONFIG=	yes
 



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