most recent changes, diff for kdebase3

Index: kde/kdebase3/Portfile
--- kde/kdebase3/Portfile (revision 36808)
+++ kde/kdebase3/Portfile (revision 36809)
@@ -68,7 +68,9 @@
configure.args --with-sudo-kdesu-backend --without-nfs --with-ldap=framework --with-distribution='MacPorts/Mac OS X' --without-arts

configure {}
-build { system "cd ${worksrcpath} && ./CompileScript.sh" }
+use_parallel_build yes
+build { set makejobs [build_getmakejobs]
+ system "cd ${worksrcpath} && MAKEFLAGS=\"${makejobs}\" ./CompileScript.sh" }
destroot { system "cd ${worksrcpath} && ./InstallScript.sh" }

post-destroot {