most recent changes, diff for kdegames3

Index: kde/kdegames3/Portfile
--- kde/kdegames3/Portfile (revision 36808)
+++ kde/kdegames3/Portfile (revision 36809)
@@ -62,7 +62,9 @@
configure.args --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 {