this lets kazehakase build on more arch. if you have something other than alpha, i386, powerpc, amd64 or arm, please give it a shot and let me know how it goes. N.B. it will take quite some time to build.
Index: Makefile =================================================================== RCS file: /cvs/ports/www/kazehakase/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 13 Nov 2008 12:29:24 -0000 1.6 +++ Makefile 17 Dec 2008 23:13:37 -0000 @@ -26,7 +26,13 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MULTI_PACKAGES= -main -gecko -webkit +MULTI_PACKAGES= -main -gecko + +.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \ + ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "amd64" +# XXX give -gecko a chance to build on systems where webkit is not built +MULTI_PACKAGES += -webkit +.endif MODULES= devel/gettext \ textproc/intltool