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

devans at macports.org devans at macports.org
Fri Jan 23 05:38:43 PST 2015


Revision: 132100
          https://trac.macports.org/changeset/132100
Author:   devans at macports.org
Date:     2015-01-23 05:38:43 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
goocanvas2: use gobject_introspection portgroup.

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

Modified: trunk/dports/gnome/goocanvas2/Portfile
===================================================================
--- trunk/dports/gnome/goocanvas2/Portfile	2015-01-23 13:35:12 UTC (rev 132099)
+++ trunk/dports/gnome/goocanvas2/Portfile	2015-01-23 13:38:43 UTC (rev 132100)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                goocanvas2
 set gname           goocanvas
@@ -28,14 +29,14 @@
 depends_build       port:pkgconfig \
                     port:gettext
 
-depends_lib         port:gtk3 \
-                    port:gobject-introspection
+depends_lib         port:gtk3
 
 patchfiles          patch-configure.diff
 
-configure.args      --enable-introspection=no \
-                    --enable-python=no
+gobject_introspection yes
 
+configure.args      --enable-python=no
+
 # doesn't support python3 yet
 
 variant python27 conflicts python34 description {Build Python bindings using Python 2.7} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/02f4c019/attachment.html>


More information about the macports-changes mailing list