Revision
81376
Author
jmr@macports.org
Date
2011-07-29 18:11:18 -0700 (Fri, 29 Jul 2011)

Log Message

py-wxpython: set supported_archs to match wxWidgets

Modified Paths

Diff

Modified: trunk/dports/python/py-wxpython/Portfile (81375 => 81376)


--- 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"