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).
This commit is contained in:
Adriaan de Groot 2021-04-27 14:52:16 +02:00
parent 2262de13b8
commit d88fb4af3c

View file

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