Make kde compile in macports in 10.4
Index: kde4-1.0.tcl
===================================================================
--- kde4-1.0.tcl (revision 47836)
+++ kde4-1.0.tcl (working copy)
@@ -31,31 +31,49 @@
# Use CMake Portgroup
PortGroup cmake 1.0
+# Pull in automoc build dependency. Needed by most/all KDE software.
depends_build-append port:automoc
+# Turn on parallel builds.
use_parallel_build yes
+# Create out of source build which KDE requires (and enforces).
worksrcdir build