py-wxpython30: fix a typo in the subport name (wxpython -> wxpython30)
--- trunk/dports/python/py-wxpython30/Portfile 2013-08-29 20:07:20 UTC (rev 110304)
+++ trunk/dports/python/py-wxpython30/Portfile 2013-08-29 20:56:25 UTC (rev 110305)
@@ -18,7 +18,7 @@
python.versions 27
foreach {v} ${python.versions} {
- subport py${v}-wxpython {
+ subport py${v}-wxpython30 {
replaced_by py${v}-wxpython-3.0
}
}