*/qt5-*: testlib is build-dep

Two Qt5 packages, www/qt5-webkit and x11-toolkits/qt5-declarative,
depended on testlib as a runtime dep, rather than a build-dep.
Clean that up, so that testlib is not a dep of any Qt-based
application you might care to casually install.
This commit is contained in:
Adriaan de Groot 2021-07-09 20:53:53 +02:00
parent 680bd562fc
commit 672e8afc5e
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= webkit
DISTVERSION= 5.212.0-alpha4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/${DISTNAME}/
PKGNAMEPREFIX= qt5-
@ -25,8 +25,8 @@ USES= bison cmake compiler:c++11-lang gnome gperf jpeg \
USE_GNOME= glib20 libxml2 libxslt
USE_PERL5= build
USE_QT= core declarative gui location network opengl printsupport \
sensors testlib webchannel widgets \
buildtools_build qmake_build
sensors webchannel widgets \
buildtools_build qmake_build testlib_build
USE_RUBY= yes
USE_XORG= x11 xcomposite xrender

View File

@ -1,6 +1,6 @@
PORTNAME= declarative
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -10,8 +10,8 @@ COMMENT= Qt declarative framework for dynamic user interfaces
USES= compiler:c++11-lang gl python:build qmake:norecursive \
qt-dist:5
USE_GL= gl
USE_QT= core gui network sql testlib \
widgets buildtools_build
USE_QT= core gui network sql widgets \
buildtools_build testlib_build
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick