py-wxpython: set supported_archs to match wxWidgets
--- trunk/dports/python/py-wxpython/Portfile 2011-07-30 01:07:50 UTC (rev 81375)
+++ trunk/dports/python/py-wxpython/Portfile 2011-07-30 01:11:18 UTC (rev 81376)
@@ -29,6 +29,9 @@
depends_lib port:python24 \
port:wxWidgets
+# wxWidgets is not 64-bit
+supported_archs i386 ppc
+
worksrcdir ${distname}/wxPython
extract.post_args "| tar -xf - ${worksrcdir} ${distname}/docs"