From f2cacb89bb22a18f01b4924eea8f93793ea24fb2 Mon Sep 17 00:00:00 2001 From: Mikael Urankar <mikael@FreeBSD.org> Date: Sun, 10 Oct 2021 14:36:48 +0200 Subject: [PATCH] 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 -- GitLab