svn commit: r488728 - head/net/akonadi-contacts

Tobias C. Berner tcberner at FreeBSD.org
Sun Dec 30 17:59:54 UTC 2018


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 at 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 at 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
 


More information about the svn-ports-all mailing list