aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 16:36:13 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 18:29:58 +0000
commitebd460f46b40875124aeb8d39d1d54f2a7981dd0 (patch)
tree07e873db57e9dd6324242ed86813a988cf76e33d
parentb837d5374a479d4fefa4a6351c2902aad4f8d9b3 (diff)
downloadports-ebd460f46b40875124aeb8d39d1d54f2a7981dd0.tar.gz
ports-ebd460f46b40875124aeb8d39d1d54f2a7981dd0.zip
graphics/kf5-prison: widgets is a test dependency
-rw-r--r--graphics/kf5-prison/Makefile5
1 files 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>