svn commit: r501546 - head/x11-toolkits/kf5-kirigami2

Dima Panov fluffy at FreeBSD.org
Mon May 13 09:55:24 UTC 2019


Author: fluffy
Date: Mon May 13 09:55:23 2019
New Revision: 501546
URL: https://svnweb.freebsd.org/changeset/ports/501546

Log:
  - Add missed runtime dependency on QML/QtGraphicalEffects
  
  With hat:	kde

Modified:
  head/x11-toolkits/kf5-kirigami2/Makefile

Modified: head/x11-toolkits/kf5-kirigami2/Makefile
==============================================================================
--- head/x11-toolkits/kf5-kirigami2/Makefile	Mon May 13 09:44:34 2019	(r501545)
+++ head/x11-toolkits/kf5-kirigami2/Makefile	Mon May 13 09:55:23 2019	(r501546)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kirigami2
 PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT=	QtQuick based components set
 
 USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
 USE_KDE=	ecm kdeclarative
-USE_QT=		core dbus declarative gui linguisttools network \
+USE_QT=		core dbus declarative graphicaleffects gui linguisttools network \
 		quickcontrols2 svg testlib widgets \
 		buildtools_build qmake_build
 


More information about the svn-ports-all mailing list