git: ebd460f46b40 - main - graphics/kf5-prison: widgets is a test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 18:32:52 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebd460f46b40875124aeb8d39d1d54f2a7981dd0 commit ebd460f46b40875124aeb8d39d1d54f2a7981dd0 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-12 16:36:13 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-12 18:29:58 +0000 graphics/kf5-prison: widgets is a test dependency --- graphics/kf5-prison/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/kf5-prison/Makefile b/graphics/kf5-prison/Makefile index 6ed2c128ff70..9c3ca8334d45 100644 --- a/graphics/kf5-prison/Makefile +++ b/graphics/kf5-prison/Makefile @@ -1,5 +1,6 @@ PORTNAME= prison DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -11,7 +12,7 @@ LIB_DEPENDS= libdmtx.so:graphics/libdmtx \ USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= ecm:build -USE_QT= core declarative gui multimedia network widgets \ - buildtools:build qmake:build testlib:build +USE_QT= core declarative gui multimedia network \ + buildtools:build qmake:build testlib:build widgets:build .include <bsd.port.mk>