diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-05-31 08:09:24 +0800 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-05-31 08:09:24 +0800 |
commit | 7b4e1ec4a5950c12e703456521df41ff4b698fd2 (patch) | |
tree | 23df0789e394e66dc29f4a94ba2d01086142182d /Mk | |
parent | 77e4ccd8f07053850940fe7c052b9e91fe7c30de (diff) | |
download | freebsd-ports-gnome-7b4e1ec4a5950c12e703456521df41ff4b698fd2.tar.gz freebsd-ports-gnome-7b4e1ec4a5950c12e703456521df41ff4b698fd2.tar.zst freebsd-ports-gnome-7b4e1ec4a5950c12e703456521df41ff4b698fd2.zip |
The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDE
graphic art and office suite.
Information on this release can be found here:
http://www.calligra.org/news/calligra-2-4-2-released
Information on Calligra Project can be found in its first ever release
announcement:
http://www.calligra.org/news/calligra-2-4-released
Consequently, KOffice 2 has been removed from the ports collection.
As usual, we would like to thank all testers and contributors.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.kde4.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index 92e10c8b313b..5ff244ac3f5b 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -19,8 +19,7 @@ Kde_Pre_Include= bsd.kde4.mk # KDE4 related ports can use this as follows: # # USE_KDE4= kdehier kdelibs kdeprefix -# USE_QT_VER= 4 -# QT_COMPONENTS=corelib # Set additional Qt 4 components here. +# USE_QT4= corelib # Set Qt 4 components here. # # .include <bsd.port.mk> # @@ -80,8 +79,8 @@ Kde_Pre_Include= bsd.kde4.mk KDE4_VERSION?= 4.8.3 KDE4_BRANCH?= stable -KOFFICE2_VERSION?= 2.3.2 -KOFFICE2_BRANCH?= stable +CALLIGRA_VERSION?= 2.4.2 +CALLIGRA_BRANCH?= stable KDEVELOP_VERSION?= 4.3.1 KDEVELOP_BRANCH?= stable |