mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
2262de13b8
commit
d88fb4af3c
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue