x11/kde5: Pull in the complete plasma5 metaport and not only the desktop.
As this is the "big" meta port for the Qt5-based KDE desktop it makes sense to pull in every plasma5 component and not just the desktop. This way, ksshaskpass and so on will also be available, without having to install them afterwards manually.
This commit is contained in:
parent
e24a6bda7e
commit
36991f7b69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476175
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kde5
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 kde # kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,10 +11,10 @@ COMMENT= KDE Plasma Desktop and Applications (current)
|
|||
LICENSE= LGPL20
|
||||
|
||||
RUN_DEPENDS= kde-baseapps>=0:x11/kde-baseapps \
|
||||
kwalletmanager5:security/kwalletmanager
|
||||
kwalletmanager5:security/kwalletmanager \
|
||||
plasma5-plasma>=0:x11/plasma5-plasma
|
||||
|
||||
USES= kde:5 metaport qt:5
|
||||
USE_KDE= plasma-desktop_run
|
||||
USE_QT= # empty
|
||||
|
||||
OPTIONS_DEFINE= KDEADMIN KDEEDU \
|
||||
|
|
Loading…
Reference in a new issue