diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-04-15 02:37:59 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-04-15 02:37:59 +0800 |
commit | 254c6e4f2a395f8104a193d7b45bf9bfae9dcaac (patch) | |
tree | 4f6988eb5d91ee57d623463b2ffe1e52625e7484 | |
parent | f532bb3599c345d92b8807f1d6d9984e00684f74 (diff) | |
download | freebsd-ports-gnome-254c6e4f2a395f8104a193d7b45bf9bfae9dcaac.tar.gz freebsd-ports-gnome-254c6e4f2a395f8104a193d7b45bf9bfae9dcaac.tar.zst freebsd-ports-gnome-254c6e4f2a395f8104a193d7b45bf9bfae9dcaac.zip |
bsd.kde4.mk: Add KDE4_APPLICATIONS_{VERSION,BRANCH}.
At the moment they correspond to the latest KDE Applications release with
mostly KDE4-compatible applications.
These are going to be used by the upcoming DigiKam update (some ports have
been split off the main DigiKam tarball and are part of the regular KDE SC
releases). It will also be used once we add KDE Frameworks 5 and Plasma 5 to
the tree.
PR: 204623
-rw-r--r-- | Mk/bsd.kde4.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index af201505f324..84322ce019d5 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -78,6 +78,8 @@ Kde_Pre_Include= bsd.kde4.mk KDE4_VERSION?= 4.14.3 KDE4_ACTIVITES_VERSION= 4.13.3 KDE4_WORKSPACE_VERSION= 4.11.14 +KDE4_APPLICATIONS_VERSION?= 15.04.3 +KDE4_APPLICATIONS_BRANCH?= Attic KDE4_BRANCH?= stable KTP_VERSION?= 0.9.0 KTP_BRANCH?= stable |