most recent changes, diff for kdegraphics3

Index: kde/kdegraphics3/Portfile
--- kde/kdegraphics3/Portfile (revision 36808)
+++ kde/kdegraphics3/Portfile (revision 36809)
@@ -74,7 +74,9 @@
configure.args --without-kamera --with-imlib-config=${prefix}/bin --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 {