[99384] trunk/dports/python/py-netifaces/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 4 02:12:54 PST 2012


Revision: 99384
          http://trac.macports.org//changeset/99384
Author:   ryandesign at macports.org
Date:     2012-11-04 02:12:54 -0800 (Sun, 04 Nov 2012)
Log Message:
-----------
py-netifaces: add py-distribute dependency

Modified Paths:
--------------
    trunk/dports/python/py-netifaces/Portfile

Modified: trunk/dports/python/py-netifaces/Portfile
===================================================================
--- trunk/dports/python/py-netifaces/Portfile	2012-11-04 09:48:19 UTC (rev 99383)
+++ trunk/dports/python/py-netifaces/Portfile	2012-11-04 10:12:54 UTC (rev 99384)
@@ -24,5 +24,9 @@
 
 python.versions     25 26 27
 
+if {${name} != ${subport}} {
+    depends_build-append port:py${python.version}-distribute
+}
+
 livecheck.type      regex
 livecheck.regex     netifaces-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/127423c4/attachment-0001.html>


More information about the macports-changes mailing list