aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-05-11 14:29:37 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-05-11 14:29:37 +0000
commitc0868dfb828afba03ba6d0ffdcb76679b8237340 (patch)
treecd16b6bab1a5d2f9da64a13b28f1827893eae3ed /deskutils
parent746dafd424713f46f27e6561400a22ae505afdca (diff)
downloadports-c0868dfb828afba03ba6d0ffdcb76679b8237340.tar.gz
ports-c0868dfb828afba03ba6d0ffdcb76679b8237340.zip
- Note kdelibs4-experimental removal
- Attach new-born ports to the build - Add missed patch to kdepimlibs4 With hat on: kde@
Notes
Notes: svn path=/head/; revision=254139
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kdepimlibs4/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..eab6083e0258
--- /dev/null
+++ b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- ./CMakeLists.txt.orig 2010-03-26 20:25:03.000000000 +0300
++++ ./CMakeLists.txt 2010-03-27 09:18:47.540267802 +0300
+@@ -48,7 +48,7 @@
+
+ if (NOT KDEPIM_ONLY_KLEO)
+ #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that.
+- find_package(Akonadi 1.2.61 QUIET NO_MODULE)
++ find_package(Akonadi 1.2.61 QUIET)
+ macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries (from kdesupport)" "http://pim.kde.org/akonadi" TRUE "1.3.1" "Akonadi is required to build KdepimLibs.")
+
+ find_package(Sasl2)