diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-07 18:47:30 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-07 18:52:55 +0100 |
commit | b42bee5ad6d7c0e0b8e95303caaadb4d63b5bb36 (patch) | |
tree | 3f1344682154f680d0b9cf2aad428013571f1192 /x11-fm | |
parent | 512a940c48dfe70cf7fee96af994bad46e44eae9 (diff) | |
download | freebsd-ports-b42bee5ad6d7c0e0b8e95303caaadb4d63b5bb36.zip |
kde.mk: add virtual category 'kde-devel'
Previously we assumed that a port of KDE Gear 24.02-beta1 will use Qt6.
So kde:6 was used to determine that the applications version is beta1.
However, not all applications will be ported in time of the release as
it seems, so we need to have a better way to select the version.
For now, the KDE Gear-ports can use (for beta1)
CATEGORIES=$main kde kde-applications kde-devel
resepectively (for stable version)
CATEGORIES=$main kde kde-applications
to get the proper DISTVERSION value and environment set up.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dolphin-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/dolphin-devel/Makefile b/x11-fm/dolphin-devel/Makefile index c2ed8177cdc1..d92e99abd516 100644 --- a/x11-fm/dolphin-devel/Makefile +++ b/x11-fm/dolphin-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= dolphin DISTVERSION= ${KDE_APPLICATIONS_VERSION} -CATEGORIES= x11-fm kde kde-applications +CATEGORIES= x11-fm kde kde-applications kde-devel MAINTAINER= kde@FreeBSD.org COMMENT= KDE filemanager dolphin |