git: f2cacb89bb22 - main - devel/pyotherside-qt5: Add missing qt5-declarative-test dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 12:45:13 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2cacb89bb22a18f01b4924eea8f93793ea24fb2 commit f2cacb89bb22a18f01b4924eea8f93793ea24fb2 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-10-10 12:36:48 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-10-10 12:36:48 +0000 devel/pyotherside-qt5: Add missing qt5-declarative-test dependency. It fixes the following error: Project ERROR: Unknown module(s) in QT: qmltest Approved by: portmgr (build fix blanket) --- devel/pyotherside-qt5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pyotherside-qt5/Makefile b/devel/pyotherside-qt5/Makefile index 5cd0a893a4b6..acc16ff361de 100644 --- a/devel/pyotherside-qt5/Makefile +++ b/devel/pyotherside-qt5/Makefile @@ -11,8 +11,8 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lang gettext-runtime gl python:3.4+ qmake qt:5 -USE_QT= core declarative gui network quickcontrols svg testlib \ - widgets buildtools_build +USE_QT= core declarative declarative-test gui network quickcontrols \ + svg testlib widgets buildtools_build USE_GL= gl USE_GITHUB= yes