Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 18:53:29 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ffde39a7aa1d - main - games/gcompris-qt: fix build due to missing build-deps
Message-ID:  <202107111853.16BIrTs3039300@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffde39a7aa1df1378c157d629b238fba3d21705f

commit ffde39a7aa1df1378c157d629b238fba3d21705f
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-11 18:27:58 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-11 18:53:25 +0000

    games/gcompris-qt: fix build due to missing build-deps
---
 games/gcompris-qt/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile
index 81261d1697a7..4439d68a7385 100644
--- a/games/gcompris-qt/Makefile
+++ b/games/gcompris-qt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gcompris-qt
 DISTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	games education kde
 MASTER_SITES=	http://gcompris.net/download/qt/src/
 
@@ -14,10 +15,10 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING-GPLv3
 LIB_DEPENDS=	libBox2D.so:x11-toolkits/qml-box2d
 
 USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
-USE_KDE=	doctools
+USE_KDE=	doctools_build ecm_build
 USE_QT=		core declarative graphicaleffects gui multimedia network quickcontrols \
 		sensors svg widgets xml xmlpatterns \
-		buildtools_build linguisttools_build qmake_build
+		buildtools_build linguisttools_build qmake_build testlib_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?202107111853.16BIrTs3039300>