[118438] users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile

devans at macports.org devans at macports.org
Wed Apr 2 07:25:15 PDT 2014


Revision: 118438
          https://trac.macports.org/changeset/118438
Author:   devans at macports.org
Date:     2014-04-02 07:25:15 -0700 (Wed, 02 Apr 2014)
Log Message:
-----------
GNOME-3/stable: eog-plugins, add missing python dependencies.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile	2014-04-02 14:19:10 UTC (rev 118437)
+++ users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile	2014-04-02 14:25:15 UTC (rev 118438)
@@ -53,6 +53,7 @@
 # requires python32 or later
 
 variant python32 conflicts python33 python34 description {Use python 3.2} {
+    depends_build-append      port:python32
     configure.python          ${prefix}/bin/python3.2
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.2
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
@@ -60,6 +61,7 @@
 }
 
 variant python33 conflicts python32 python34 description {Use python 3.3} {
+    depends_build-append      port:python33
     configure.python          ${prefix}/bin/python3.3
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.3
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
@@ -67,6 +69,7 @@
 }
 
 variant python34 conflicts python32 python33 description {Use python 3.4} {
+    depends_build-append      port:python34
     configure.python          ${prefix}/bin/python3.4
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.4
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140402/1433a6e1/attachment.html>


More information about the macports-changes mailing list