From owner-dev-commits-ports-main@freebsd.org Sun Jul 11 18:53:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA64666CBC6; Sun, 11 Jul 2021 18:53:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GNGJB1HFfz4mqq; Sun, 11 Jul 2021 18:53:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0657820D29; Sun, 11 Jul 2021 18:53:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16BIrTbM039301; Sun, 11 Jul 2021 18:53:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16BIrTs3039300; Sun, 11 Jul 2021 18:53:29 GMT (envelope-from git) Date: Sun, 11 Jul 2021 18:53:29 GMT Message-Id: <202107111853.16BIrTs3039300@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: ffde39a7aa1d - main - games/gcompris-qt: fix build due to missing build-deps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ffde39a7aa1df1378c157d629b238fba3d21705f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2021 18:53:30 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffde39a7aa1df1378c157d629b238fba3d21705f commit ffde39a7aa1df1378c157d629b238fba3d21705f Author: Adriaan de Groot AuthorDate: 2021-07-11 18:27:58 +0000 Commit: Adriaan de Groot 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