Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 15:55:10 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535559 - in head/x11-themes: qtcurve qtcurve-kf5
Message-ID:  <202005171555.04HFtBn2002170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun May 17 15:55:10 2020
New Revision: 535559
URL: https://svnweb.freebsd.org/changeset/ports/535559

Log:
  x11-themes/qtcurve-kf5: add previously implicit dependency on kinit after r535466

Modified:
  head/x11-themes/qtcurve-kf5/Makefile
  head/x11-themes/qtcurve/Makefile

Modified: head/x11-themes/qtcurve-kf5/Makefile
==============================================================================
--- head/x11-themes/qtcurve-kf5/Makefile	Sun May 17 15:54:49 2020	(r535558)
+++ head/x11-themes/qtcurve-kf5/Makefile	Sun May 17 15:55:10 2020	(r535559)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qtcurve
-PORTREVISION=	1
+PORTREVISION=	2
 
 COMMENT=	QtCurve KDE Frameworks 5 widget style and window decoration
 

Modified: head/x11-themes/qtcurve/Makefile
==============================================================================
--- head/x11-themes/qtcurve/Makefile	Sun May 17 15:54:49 2020	(r535558)
+++ head/x11-themes/qtcurve/Makefile	Sun May 17 15:55:10 2020	(r535559)
@@ -81,7 +81,7 @@ PKGNAMEPREFIX=	kf5-style-
 USES+=		kde:5 qt:5
 USE_KDE=	archive completion config configwidgets coreaddons \
 		ecm_build frameworkintegration guiaddons i18n iconthemes \
-		kdelibs4support kio widgetsaddons windowsystem xmlgui
+		init kdelibs4support kio widgetsaddons windowsystem xmlgui
 USE_QT=		core dbus gui printsupport svg widgets x11extras \
 		buildtools_build qmake_build
 BUILD_WRKSRC=	${WRKSRC}/qt5



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