Revision
81730
Author
jmr@macports.org
Date
2011-08-04 09:12:20 -0700 (Thu, 04 Aug 2011)

Log Message

py25-wxpython: set supported_archs to match wxWidgets

Modified Paths

Diff

Modified: trunk/dports/python/py25-wxpython/Portfile (81729 => 81730)


--- trunk/dports/python/py25-wxpython/Portfile	2011-08-04 16:10:34 UTC (rev 81729)
+++ trunk/dports/python/py25-wxpython/Portfile	2011-08-04 16:12:20 UTC (rev 81730)
@@ -30,6 +30,9 @@
 depends_lib	port:python25 \
     port:wxWidgets
 
+# wxWidgets is 32-bit only
+supported_archs	i386 ppc
+
 worksrcdir	${distname}/wxPython
 
 extract.post_args	"| tar -xf - ${worksrcdir} ${distname}/docs"