[121442] users/mojca/ports/gis/grass/Portfile

mojca at macports.org mojca at macports.org
Wed Jun 25 11:21:41 PDT 2014


Revision: 121442
          https://trac.macports.org/changeset/121442
Author:   mojca at macports.org
Date:     2014-06-25 11:21:41 -0700 (Wed, 25 Jun 2014)
Log Message:
-----------
mojca/grass: add missing dependency on py27-wxpython-3.0

Modified Paths:
--------------
    users/mojca/ports/gis/grass/Portfile

Modified: users/mojca/ports/gis/grass/Portfile
===================================================================
--- users/mojca/ports/gis/grass/Portfile	2014-06-25 17:42:32 UTC (rev 121441)
+++ users/mojca/ports/gis/grass/Portfile	2014-06-25 18:21:41 UTC (rev 121442)
@@ -165,6 +165,9 @@
     # TODO: this port doesn't work with the python portgroup because the group changes too much
     # but it would make sense to fix this in such a way that python_bin could be determined automatically
     depends_lib-append      port:python27
+    if {[variant_isset wxwidgets30]} {
+        depends_lib-append  port:py27-wxpython-3.0
+    }
     set python_bin          ${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7
     #                       Enable support for wxGUI Python extensions
     #                       (by removing this we wouldn't need to depend on py-wxpython-x.y)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140625/b54693da/attachment.html>


More information about the macports-changes mailing list