svn commit: r514381 - head/net/kblog

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Oct 13 10:42:23 UTC 2019


Author: rakuco
Date: Sun Oct 13 10:42:22 2019
New Revision: 514381
URL: https://svnweb.freebsd.org/changeset/ports/514381

Log:
  Drop USES_QT=webkit.
  
  The build-time dependency was dropped back in 2016 with commit eb15f65 ("Drop
  unnecessary QtWebKitWidgets dependency").

Modified:
  head/net/kblog/Makefile

Modified: head/net/kblog/Makefile
==============================================================================
--- head/net/kblog/Makefile	Sun Oct 13 09:59:28 2019	(r514380)
+++ head/net/kblog/Makefile	Sun Oct 13 10:42:22 2019	(r514381)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kblog
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -13,7 +14,7 @@ USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar
 USE_KDE=	config coreaddons ecm i18n kdelibs4support kio service xmlrpcclient
 # pim components
 USE_KDE+=	calendarcore syndication
-USE_QT=		concurrent core dbus gui network webkit \
+USE_QT=		concurrent core dbus gui network \
 		buildtools_build qmake_build
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list