[112905] trunk/dports/gnome/goocanvas2/Portfile

devans at macports.org devans at macports.org
Sun Nov 3 12:39:18 PST 2013


Revision: 112905
          https://trac.macports.org/changeset/112905
Author:   devans at macports.org
Date:     2013-11-03 12:39:18 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
goocanvas2: depend on py-gobject3.

Modified Paths:
--------------
    trunk/dports/gnome/goocanvas2/Portfile

Modified: trunk/dports/gnome/goocanvas2/Portfile
===================================================================
--- trunk/dports/gnome/goocanvas2/Portfile	2013-11-03 20:36:30 UTC (rev 112904)
+++ trunk/dports/gnome/goocanvas2/Portfile	2013-11-03 20:39:18 UTC (rev 112905)
@@ -39,14 +39,14 @@
     set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.6
     configure.python            ${prefix}/bin/python2.6
     configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
-    depends_build-append        port:py26-gobject
+    depends_build-append        port:py26-gobject3
 }
 
 variant python27 conflicts python26 description {Build using Python 2.7} {
     set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.7
     configure.python            ${prefix}/bin/python2.7
     configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
-    depends_build-append        port:py27-gobject
+    depends_build-append        port:py27-gobject3
 }
 
 if {![variant_isset python26]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/9eccee11/attachment.html>


More information about the macports-changes mailing list