Revision
110305
Author
mojca@macports.org
Date
2013-08-29 13:56:25 -0700 (Thu, 29 Aug 2013)

Log Message

py-wxpython30: fix a typo in the subport name (wxpython -> wxpython30)

Modified Paths

Diff

Modified: trunk/dports/python/py-wxpython30/Portfile (110304 => 110305)


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