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

devans at macports.org devans at macports.org
Fri Jan 23 15:31:18 PST 2015


Revision: 132138
          https://trac.macports.org/changeset/132138
Author:   devans at macports.org
Date:     2015-01-23 15:31:18 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
keybinder: use gobject_introspection portgroup.

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

Modified: trunk/dports/gnome/keybinder/Portfile
===================================================================
--- trunk/dports/gnome/keybinder/Portfile	2015-01-23 23:10:07 UTC (rev 132137)
+++ trunk/dports/gnome/keybinder/Portfile	2015-01-23 23:31:18 UTC (rev 132138)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
+PortGroup           gobject_introspection 1.0
 
 github.setup        engla keybinder 0.3.0 v
 revision            1
@@ -24,11 +25,12 @@
 
 depends_build       port:pkgconfig
 
-depends_lib         port:gtk2 \
-                    port:gobject-introspection
+depends_lib         port:gtk2
 
 patchfiles          patch_python-keybinder_Makefile.in.diff
 
+gobject_introspection yes
+
 configure.args      --disable-silent-rules \
                     --disable-gtk-doc \
                     --disable-lua
@@ -36,8 +38,6 @@
 if {${name} eq ${subport}} {
     configure.args-append       --disable-python
 
-    # gobject-introspection uses $CC from env
-    build.args-append           CC="${configure.cc} ${configure.cc_archflags}"
 }
 
 set python.versions {26 27}
@@ -63,9 +63,3 @@
         build.dir               ${worksrcpath}/python-keybinder
     }
 }
-
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/85eaefc1/attachment.html>


More information about the macports-changes mailing list