diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-29 20:35:28 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-29 20:35:28 +0000 |
commit | 31da485dc496058d37126c6e8f556e852a737f80 (patch) | |
tree | cd9d13f33e4233d44e1bfd0c1b6d7924f014323b /x11/kde4-workspace/files | |
parent | 56d1bf52d857305b1c5b9488a9b63efb7b45aa76 (diff) |
Present KDE SC 4.4.5 for FreeBSD.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257172
Diffstat (limited to 'x11/kde4-workspace/files')
-rw-r--r-- | x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt b/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt index 158e9658b879..da0dbd883481 100644 --- a/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt +++ b/x11/kde4-workspace/files/patch-plasma__generic__scriptengines__CMakeLists.txt @@ -1,7 +1,14 @@ --- ./plasma/generic/scriptengines/CMakeLists.txt.orig 2009-09-16 15:41:05.000000000 +0400 -+++ ./plasma/generic/scriptengines/CMakeLists.txt 2010-03-30 20:50:22.446950772 +0400 -@@ -1,4 +1,3 @@ ++++ ./plasma/generic/scriptengines/CMakeLists.txt 2010-06-26 19:18:34.136233668 +0400 +@@ -1,11 +1,9 @@ -add_subdirectory(ruby) if(QT_QTWEBKIT_FOUND) add_subdirectory(webkit) + endif(QT_QTWEBKIT_FOUND) + + if (PythonSupport_FOUND) +- macro_optional_add_subdirectory(python) + endif (PythonSupport_FOUND) + + if(GOOGLEGADGETS_FOUND) |