Skip to content

Commit

Permalink
*/qt5-*: testlib is build-dep
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Jul 9, 2021
1 parent 680bd56 commit 672e8af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions www/qt5-webkit/Makefile
Original file line number Diff line number Diff line change
@@ -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-
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions x11-toolkits/qt5-declarative/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= declarative
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

Expand All @@ -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

Expand Down

0 comments on commit 672e8af

Please sign in to comment.