[132129] trunk/dports/gnome/libxklavier/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 14:41:13 PST 2015


Revision: 132129
          https://trac.macports.org/changeset/132129
Author:   devans at macports.org
Date:     2015-01-23 14:41:13 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
libxklavier: use gobject_introspection portgroup.

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

Modified: trunk/dports/gnome/libxklavier/Portfile
===================================================================
--- trunk/dports/gnome/libxklavier/Portfile	2015-01-23 22:35:45 UTC (rev 132128)
+++ trunk/dports/gnome/libxklavier/Portfile	2015-01-23 22:41:13 UTC (rev 132129)
@@ -1,7 +1,8 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            libxklavier
 version         5.2.1
@@ -26,17 +27,11 @@
                 port:iso-codes \
                 port:xorg-libXi \
                 port:xorg-libxkbfile \
-                port:xkbcomp \
-                port:gobject-introspection
+                port:xkbcomp
 
+gobject_introspection yes
+
 configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib \
-                --enable-introspection=yes
+                --x-libraries=${prefix}/lib
 
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/f9021469/attachment.html>


More information about the macports-changes mailing list