aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-27 12:52:16 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-29 20:57:37 +0000
commitd88fb4af3c3ab13a08645bbdec27c300d2bbe7b3 (patch)
treeefac14a3a48e70dec1fc9511bd917847c5e442b0
parent2262de13b877f8d5d0b4e36150263b553201250d (diff)
downloadports-d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3.tar.gz
ports-d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3.zip
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).
-rw-r--r--sysutils/plasma5-discover/Makefile6
1 files 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@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>