aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-07-23 07:50:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-07-23 07:53:00 +0000
commitd59e3555d49482ebbcd493915ddae0744a6f3db9 (patch)
tree28415ee745c5c52032c399714ece8a5cbb2756f3 /graphics
parent9456dd701be4963d3e5cbc52558d3df739adf32c (diff)
downloadports-d59e3555d49482ebbcd493915ddae0744a6f3db9.tar.gz
ports-d59e3555d49482ebbcd493915ddae0744a6f3db9.zip
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>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pencil2d/Makefile4
1 files 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