yelp: add runtime dependency on gnome-user-docs as defaults to ghelp:user-guide if no URI is provided.
--- trunk/dports/gnome/yelp/Portfile 2013-06-29 23:24:18 UTC (rev 107462)
+++ trunk/dports/gnome/yelp/Portfile 2013-06-30 02:27:05 UTC (rev 107463)
@@ -38,6 +38,13 @@
port:webkit-gtk \
port:yelp-xsl
+#
+# if yelp is invoked without a URI argument
+# it defaults to ghelp:user-guide
+#
+
+depends_run port:gnome-user-docs
+
patchfiles patch-src-yelp-application.c.diff \
patch-yelp.desktop.in.in.diff \
patch-configure.ac.diff