Revision
116725
Author
devans@macports.org
Date
2014-02-04 13:30:26 -0800 (Tue, 04 Feb 2014)

Log Message

grilo: add missing dependency on vala to fix build.

Modified Paths

Diff

Modified: trunk/dports/gnome/grilo/Portfile (116724 => 116725)


--- trunk/dports/gnome/grilo/Portfile	2014-02-04 21:20:35 UTC (rev 116724)
+++ trunk/dports/gnome/grilo/Portfile	2014-02-04 21:30:26 UTC (rev 116725)
@@ -29,7 +29,8 @@
 depends_lib         port:glib2 \
                     port:libxml2 \
                     port:liboauth \
-                    port:gobject-introspection
+                    port:gobject-introspection \
+                    port:vala
 
 configure.args      --enable-introspection=yes \
                     --disable-silent-rules \