git: d59e3555d494 - main - graphics/pencil2d: Fix build failure: Unknown module(s) in QT: testlib
Yuri Victorovich
yuri at FreeBSD.org
Fri Jul 23 07:53:04 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d59e3555d49482ebbcd493915ddae0744a6f3db9
commit d59e3555d49482ebbcd493915ddae0744a6f3db9
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-07-23 07:50:18 +0000
Commit: Yuri Victorovich <yuri at 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 at 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 at 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
More information about the dev-commits-ports-all
mailing list