[132053] users/devans/GNOME-3/stable/dports/devel

devans at macports.org devans at macports.org
Fri Jan 23 03:08:59 PST 2015


Revision: 132053
          https://trac.macports.org/changeset/132053
Author:   devans at macports.org
Date:     2015-01-23 03:08:59 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
GNOME-3/stable: libnotify, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/libnotify/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/devel/libnotify/

Modified: users/devans/GNOME-3/stable/dports/devel/libnotify/Portfile
===================================================================
--- trunk/dports/devel/libnotify/Portfile	2015-01-21 03:48:19 UTC (rev 131921)
+++ users/devans/GNOME-3/stable/dports/devel/libnotify/Portfile	2015-01-23 11:08:59 UTC (rev 132053)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                libnotify
 version             0.7.6
@@ -29,10 +30,9 @@
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:gdk-pixbuf2 \
                     port:gtk3 \
-                    port:gobject-introspection \
                     port:xorg-libsm
 
-configure.args      --enable-introspection=yes
+gobject_introspection yes
 
 pre-activate {
 	if {${os.major} == 11 && ${os.minor} < 2 && ${os.platform} eq "darwin"} {
@@ -41,10 +41,4 @@
 	}
 }
 
-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-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/7ce612d6/attachment.html>


More information about the macports-changes mailing list