[132109] trunk/dports/gnome/libunique/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 07:58:33 PST 2015


Revision: 132109
          https://trac.macports.org/changeset/132109
Author:   devans at macports.org
Date:     2015-01-23 07:58:33 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
libunique: use gobject_introspection portgroup.

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

Modified: trunk/dports/gnome/libunique/Portfile
===================================================================
--- trunk/dports/gnome/libunique/Portfile	2015-01-23 15:52:25 UTC (rev 132108)
+++ trunk/dports/gnome/libunique/Portfile	2015-01-23 15:58:33 UTC (rev 132109)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                libunique
 version             1.1.6
@@ -28,16 +29,13 @@
 depends_build       port:pkgconfig
 
 depends_lib         port:gtk2 \
-                    port:dbus-glib \
-                    port:gobject-introspection
+                    port:dbus-glib
 
+gobject_introspection yes
+
 configure.args      --enable-maintainer-flags=no \
-                    --enable-introspection \
                     --without-x
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
-
 variant x11 {
     depends_lib-append      port:xorg-libX11
     configure.args-append   --x-includes=${prefix}/include \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/ce8316a5/attachment.html>


More information about the macports-changes mailing list