[103128] trunk/dports/python/py-html2text/Portfile

sean at macports.org sean at macports.org
Fri Feb 15 13:03:59 PST 2013


Revision: 103128
          https://trac.macports.org/changeset/103128
Author:   sean at macports.org
Date:     2013-02-15 13:03:59 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
py-html2text: add missing py-distribute dependency; fixes #37964

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

Modified: trunk/dports/python/py-html2text/Portfile
===================================================================
--- trunk/dports/python/py-html2text/Portfile	2013-02-15 21:03:52 UTC (rev 103127)
+++ trunk/dports/python/py-html2text/Portfile	2013-02-15 21:03:59 UTC (rev 103128)
@@ -28,8 +28,10 @@
 
 if {${name} != ${subport}} {
 
-    depends_run         port:py-html2text_select
+    depends_lib-append  port:py${python.version}-distribute
 
+    depends_run-append  port:py-html2text_select
+
     select.group        py-html2text
     select.file         ${filespath}/py${python.version}-html2text
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/39fcc637/attachment.html>


More information about the macports-changes mailing list