[107145] trunk/dports/python/py-Pillow/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 19 13:16:10 PDT 2013


Revision: 107145
          https://trac.macports.org/changeset/107145
Author:   jmr at macports.org
Date:     2013-06-19 13:16:10 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-Pillow: fix setuptools dep type

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

Modified: trunk/dports/python/py-Pillow/Portfile
===================================================================
--- trunk/dports/python/py-Pillow/Portfile	2013-06-19 20:09:43 UTC (rev 107144)
+++ trunk/dports/python/py-Pillow/Portfile	2013-06-19 20:16:10 UTC (rev 107145)
@@ -23,16 +23,17 @@
 master_sites        http://pypi.python.org/packages/source/P/Pillow/
 
 distname            Pillow-${version}
-use_zip             yes
 
 checksums           rmd160  e33173cd2017f9140d6ee48541d99bb23025b2e1 \
                     sha256  3e70c8f13675284166e4a8d8899107bf67febe676b893eb8d88785c24cca4c15
 
 if {$subport != $name} {
+    use_zip             yes
+
     conflicts       py${python.version}-pil
 
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-tkinter \
+    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-tkinter \
                         port:zlib \
                         port:jpeg \
                         port:tiff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/d7858fec/attachment.html>


More information about the macports-changes mailing list