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>
This commit is contained in:
parent
9456dd701b
commit
d59e3555d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user