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

ionic at macports.org ionic at macports.org
Wed Sep 28 02:45:10 PDT 2016


Revision: 153264
          https://trac.macports.org/changeset/153264
Author:   ionic at macports.org
Date:     2016-09-28 02:45:10 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
python/py-reportlab: fix up after r153259.

Make setuptools a build dependency, add port: selector to pip dependency.

Revision Links:
--------------
    https://trac.macports.org/changeset/153259

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

Modified: trunk/dports/python/py-reportlab/Portfile
===================================================================
--- trunk/dports/python/py-reportlab/Portfile	2016-09-28 09:40:40 UTC (rev 153263)
+++ trunk/dports/python/py-reportlab/Portfile	2016-09-28 09:45:10 UTC (rev 153264)
@@ -30,11 +30,12 @@
                     sha256  f48900b9321bcb2871a46543993bd995148d769a11a9e24495f25b4ec0bbe267
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:freetype \
-                        path:${python.pkgd}/PIL:py${python.version}-Pillow \
-                        py${python.version}-setuptools \
-                        py${python.version}-pip
+    depends_build-append    port:py${python.version}-setuptools
 
+    depends_lib-append      port:freetype \
+                            path:${python.pkgd}/PIL:py${python.version}-Pillow \
+                            port:py${python.version}-pip
+
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.md LICENSE.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160928/82ce0f71/attachment-0001.html>


More information about the macports-changes mailing list