Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 17:39:39 +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: r480043 - head/games/gcompris-qt
Message-ID:  <201809181739.w8IHddjH054651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Sep 18 17:39:39 2018
New Revision: 480043
URL: https://svnweb.freebsd.org/changeset/ports/480043

Log:
  games/gcompris-qt -- add missing runtime dependencies
  
  PR:		231302
  Reported by:	lbartoletti@tuxfamily.org

Modified:
  head/games/gcompris-qt/Makefile

Modified: head/games/gcompris-qt/Makefile
==============================================================================
--- head/games/gcompris-qt/Makefile	Tue Sep 18 17:33:59 2018	(r480042)
+++ head/games/gcompris-qt/Makefile	Tue Sep 18 17:39:39 2018	(r480043)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gcompris-qt
 DISTVERSION=	0.91
+PORTREVISION=	1
 CATEGORIES=	games kde
 MASTER_SITES=	http://gcompris.net/download/qt/src/
 
@@ -15,8 +16,8 @@ LIB_DEPENDS=	libBox2D.so:x11-toolkits/qml-box2d
 
 USES=		cmake:outsource kde:5 qt:5 tar:xz
 USE_KDE=	doctools
-USE_QT=		core gui multimedia network qml quick sensors svg widgets \
-		xml xmlpatterns \
+USE_QT=		core graphicaleffects gui multimedia network qml quick quickcontrols \
+		sensors svg widgets xml xmlpatterns \
 		buildtools_build linguisttools_build qmake_build
 
 CMAKE_ARGS=	-DQML_BOX2D_LIBRARY=${QT_QMLDIR}/Box2D.2.0



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