[131922] trunk/dports/gnome/libsecret/Portfile

devans at macports.org devans at macports.org
Tue Jan 20 20:31:36 PST 2015


Revision: 131922
          https://trac.macports.org/changeset/131922
Author:   devans at macports.org
Date:     2015-01-20 20:31:36 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
libsecret: use gobject_introspection portgroup.

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

Modified: trunk/dports/gnome/libsecret/Portfile
===================================================================
--- trunk/dports/gnome/libsecret/Portfile	2015-01-21 03:48:19 UTC (rev 131921)
+++ trunk/dports/gnome/libsecret/Portfile	2015-01-21 04:31:36 UTC (rev 131922)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            libsecret
 version         0.18
@@ -32,10 +33,11 @@
                 port:gtk-doc
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gobject-introspection \
                 port:vala \
                 port:libgcrypt
 
+gobject_introspection yes
+
 # update build/m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -52,10 +54,4 @@
     reinplace "s|sed|${prefix}/bin/gsed|" ${worksrcpath}/libsecret/Makefile.am
 }
 
-platform darwin 8 {
-    # The rules enabled by gobject-introspection require GNU make 3.81+
-    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/20150120/1fab78c5/attachment.html>


More information about the macports-changes mailing list