Revision
104834
Author
devans@macports.org
Date
2013-04-03 10:44:58 -0700 (Wed, 03 Apr 2013)

Log Message

gtk3: disable schemas compilation during destroot and increment revision to ensure compilation of installed schemas after activation.

Modified Paths

Diff

Modified: trunk/dports/gnome/gtk3/Portfile (104833 => 104834)


--- trunk/dports/gnome/gtk3/Portfile	2013-04-03 17:38:00 UTC (rev 104833)
+++ trunk/dports/gnome/gtk3/Portfile	2013-04-03 17:44:58 UTC (rev 104834)
@@ -10,6 +10,7 @@
 name                gtk3
 set real_name       gtk+
 version             3.8.0
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome x11
 license             LGPL-2.1+
@@ -56,6 +57,7 @@
 configure.args      --enable-static \
                     --disable-glibtest \
                     --enable-introspection \
+                    --disable-schemas-compile \
                     gio_can_sniff=yes
 
 # gobject-introspection uses $CC from env