Date: Fri, 23 Jul 2021 07:53:03 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d59e3555d494 - main - graphics/pencil2d: Fix build failure: Unknown module(s) in QT: testlib Message-ID: <202107230753.16N7r3t1066831@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d59e3555d49482ebbcd493915ddae0744a6f3db9 commit d59e3555d49482ebbcd493915ddae0744a6f3db9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-07-23 07:50:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-07-23 07:53:00 +0000 graphics/pencil2d: Fix build failure: Unknown module(s) in QT: testlib Also remove unnecessary dependency on the Qt component network. PR: 257279 Reported by: Robert Cina <transitive@gmail.com> --- graphics/pencil2d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/pencil2d/Makefile b/graphics/pencil2d/Makefile index fefbf9e098a2..229f958126d2 100644 --- a/graphics/pencil2d/Makefile +++ b/graphics/pencil2d/Makefile @@ -1,7 +1,7 @@ PORTNAME= pencil2d DISTVERSIONPREFIX= v DISTVERSION= 0.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics math MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 \ shared-mime-info -USE_QT= core gui multimedia network svg widgets xml xmlpatterns buildtools_build +USE_QT= core gui multimedia svg testlib widgets xml xmlpatterns buildtools_build USE_GL= gl USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107230753.16N7r3t1066831>