[132187] trunk/dports/gnome/keybinder/Portfile

devans at macports.org devans at macports.org
Sun Jan 25 17:42:20 PST 2015


Revision: 132187
          https://trac.macports.org/changeset/132187
Author:   devans at macports.org
Date:     2015-01-25 17:42:20 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
keybinder: fix gobject_introspection portgroup usage.

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

Modified: trunk/dports/gnome/keybinder/Portfile
===================================================================
--- trunk/dports/gnome/keybinder/Portfile	2015-01-26 00:49:39 UTC (rev 132186)
+++ trunk/dports/gnome/keybinder/Portfile	2015-01-26 01:42:20 UTC (rev 132187)
@@ -29,19 +29,17 @@
 
 patchfiles          patch_python-keybinder_Makefile.in.diff
 
-gobject_introspection yes
-
 configure.args      --disable-silent-rules \
                     --disable-gtk-doc \
                     --disable-lua
 
 if {${name} eq ${subport}} {
     configure.args-append       --disable-python
-
+    gobject_introspection yes
 }
 
 set python.versions {26 27}
-
+ 
 foreach v ${python.versions} {
     set python.version  ${v}
     set python.branch   [string range ${python.version} 0 end-1].[string index ${python.version} end]
@@ -54,7 +52,6 @@
                                 port:py${python.version}-pygtk
 
         configure.args-append   --enable-python \
-                                --disable-introspection \
                                 ac_cv_path_PYGTK_CODEGEN=${prefix}/bin/pygtk-codegen-2.0-${python.branch}
 
         configure.python        ${python.bin}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150125/c5a628c6/attachment.html>


More information about the macports-changes mailing list