git: d88fb4af3c3a - main - sysutils/plasma5-discover: add missing USEs
Adriaan de Groot
adridg at FreeBSD.org
Thu Apr 29 21:02:14 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3
commit d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-27 12:52:16 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-04-29 20:57:37 +0000
sysutils/plasma5-discover: add missing USEs
testport reported missing USE_QT and USE_KDE so add them;
this just makes them explicit rather than implicit through
other KDE Frameworks. Bump PORTREVISION because the package
metadata will (probably) change (adding those explicit dependencies).
---
sysutils/plasma5-discover/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sysutils/plasma5-discover/Makefile b/sysutils/plasma5-discover/Makefile
index 3ee62b6cf6f0..de7fb31b2124 100644
--- a/sysutils/plasma5-discover/Makefile
+++ b/sysutils/plasma5-discover/Makefile
@@ -1,5 +1,6 @@
PORTNAME= discover
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde at FreeBSD.org
@@ -12,10 +13,11 @@ USES= cmake compiler:c++11-lib cpe desktop-file-utils \
gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n iconthemes idletime itemmodels \
- itemviews jobwidgets kdeclarative kio kirigami2 newstuff \
+ itemviews jobwidgets kcmutils kdeclarative kio kirigami2 newstuff \
notifications package plasma-framework service solid \
textwidgets wallet windowsystem widgetsaddons xmlgui
-USE_QT= concurrent core dbus declarative gui network svg testlib widgets xml \
+USE_QT= concurrent core dbus declarative gui network svg testlib \
+ widgets x11extras xml \
buildtools_build qmake_build
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list