[153259] trunk/dports/python/py-reportlab/Portfile

stromnov at macports.org stromnov at macports.org
Wed Sep 28 02:08:40 PDT 2016


Revision: 153259
          https://trac.macports.org/changeset/153259
Author:   stromnov at macports.org
Date:     2016-09-28 02:08:39 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
py-reportlab: fix dependencies (#52432)

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

Modified: trunk/dports/python/py-reportlab/Portfile
===================================================================
--- trunk/dports/python/py-reportlab/Portfile	2016-09-28 08:32:48 UTC (rev 153258)
+++ trunk/dports/python/py-reportlab/Portfile	2016-09-28 09:08:39 UTC (rev 153259)
@@ -6,7 +6,7 @@
 
 name                py-reportlab
 version             3.3.0
-revision            0
+revision            1
 categories-append   textproc
 platforms           darwin
 license             BSD
@@ -31,7 +31,9 @@
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:freetype \
-                        path:${python.pkgd}/PIL:py${python.version}-Pillow
+                        path:${python.pkgd}/PIL:py${python.version}-Pillow \
+                        py${python.version}-setuptools \
+                        py${python.version}-pip
 
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160928/2bf86f84/attachment.html>


More information about the macports-changes mailing list