[152819] trunk/dports/textproc/libplist/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 18 21:32:33 PDT 2016


Revision: 152819
          https://trac.macports.org/changeset/152819
Author:   ryandesign at macports.org
Date:     2016-09-18 21:32:32 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
libplist: add setuptools build dependency

Fixes build failure with python26 variant, which is enabled by default.

Modified Paths:
--------------
    trunk/dports/textproc/libplist/Portfile

Modified: trunk/dports/textproc/libplist/Portfile
===================================================================
--- trunk/dports/textproc/libplist/Portfile	2016-09-19 04:22:22 UTC (rev 152818)
+++ trunk/dports/textproc/libplist/Portfile	2016-09-19 04:32:32 UTC (rev 152819)
@@ -32,7 +32,8 @@
 default_variants    +python27
 
 variant python27 description {Use Python 2.7} {
-    depends_build-append    port:gsed
+    depends_build-append    port:gsed \
+                            port:py27-setuptools
     depends_lib-append      port:py27-cython
     configure.args-delete   --without-cython
     configure.env-append    PYTHON=${prefix}/bin/python2.7 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160918/de294a2f/attachment.html>


More information about the macports-changes mailing list