Modified: trunk/dports/python/py-jedi/Portfile (108547 => 108548)
--- trunk/dports/python/py-jedi/Portfile 2013-07-26 00:21:04 UTC (rev 108547)
+++ trunk/dports/python/py-jedi/Portfile 2013-07-26 00:53:07 UTC (rev 108548)
@@ -7,6 +7,7 @@
github.setup davidhalter jedi 0.6.0 v
name py-jedi
+revision 1
platforms darwin
supported_archs noarch
license GPL-2+
@@ -22,5 +23,6 @@
python.versions 26 27 32 33
if {$subport != $name} {
+ depends_build-append port:py${python.version}-setuptools
livecheck.type none
}