Revision
118308
Author
devans@macports.org
Date
2014-03-29 13:36:45 -0700 (Sat, 29 Mar 2014)

Log Message

GNOME-3/stable: gtk3, add dependencies rest, json-glib and explicitly enable cloudprint backend to avoid opportunistic configuration.

Modified Paths

Diff

Modified: users/devans/GNOME-3/stable/dports/gnome/gtk3/Portfile (118307 => 118308)


--- users/devans/GNOME-3/stable/dports/gnome/gtk3/Portfile	2014-03-29 20:34:05 UTC (rev 118307)
+++ users/devans/GNOME-3/stable/dports/gnome/gtk3/Portfile	2014-03-29 20:36:45 UTC (rev 118308)
@@ -39,11 +39,15 @@
 minimum_xcodeversions {9 3.1}
 depends_build       port:pkgconfig
 
+# cloudprint backend requires rest, json-glib
+
 depends_lib         port:atk \
                     path:lib/pkgconfig/pango.pc:pango \
                     port:gdk-pixbuf2 \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                    port:gobject-introspection
+                    port:gobject-introspection \
+                    port:rest \
+                    port:json-glib
 
 depends_run         port:shared-mime-info \
                     port:hicolor-icon-theme
@@ -60,6 +64,7 @@
 configure.args      --enable-static \
                     --disable-glibtest \
                     --enable-introspection \
+                    --enable-cloudprint \
                     --disable-wayland-backend \
                     --disable-schemas-compile \
                     gio_can_sniff=yes