Modified: trunk/dports/python/py-oauth2client/Portfile (98318 => 98319)
--- trunk/dports/python/py-oauth2client/Portfile 2012-10-03 00:06:55 UTC (rev 98318)
+++ trunk/dports/python/py-oauth2client/Portfile 2012-10-03 00:15:43 UTC (rev 98319)
@@ -20,6 +20,8 @@
distname oauth2client-${version}
if {$subport != $name} {
+depends_build-append port:py${python.version}-distribute
+
post-destroot {
set egg-info ${destroot}${python.pkgd}/oauth2client-${version}-py${python.branch}.egg-info
foreach d [glob -dir ${egg-info} *] {