[108963] trunk/dports/gnome/gdl3/Portfile

devans at macports.org devans at macports.org
Sun Aug 4 23:54:35 PDT 2013


Revision: 108963
          https://trac.macports.org/changeset/108963
Author:   devans at macports.org
Date:     2013-08-04 23:54:34 -0700 (Sun, 04 Aug 2013)
Log Message:
-----------
gdl3: re-enable introspection when building universal.

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

Modified: trunk/dports/gnome/gdl3/Portfile
===================================================================
--- trunk/dports/gnome/gdl3/Portfile	2013-08-05 06:29:01 UTC (rev 108962)
+++ trunk/dports/gnome/gdl3/Portfile	2013-08-05 06:54:34 UTC (rev 108963)
@@ -6,6 +6,7 @@
 name                gdl3
 set gname           gdl
 version             3.8.1
+revision            1
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome devel
@@ -39,15 +40,5 @@
 configure.args      --disable-silent-rules \
                     --enable-introspection=yes
 
-#
-# disable introspection when building universal
-# to match behavior of dependency gtk3
-#
-
-if {[variant_isset universal]} {
-    depends_lib-delete  port:gobject-introspection
-    configure.args-replace --enable-introspection=yes --enable-introspection=no
-}
-    
 livecheck.type      gnome
 livecheck.name      ${gname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130804/926c0fe4/attachment.html>


More information about the macports-changes mailing list