svn commit: r480043 - head/games/gcompris-qt

Tobias C. Berner tcberner at FreeBSD.org
Tue Sep 18 17:39:40 UTC 2018


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


More information about the svn-ports-head mailing list