Revision
104714
Author
jeremyhu@macports.org
Date
2013-04-01 01:19:47 -0700 (Mon, 01 Apr 2013)

Log Message

telepathy-gabble: Add missing dependency on gnutls and revbump

Modified Paths

Diff

Modified: trunk/dports/comms/telepathy-gabble/Portfile (104713 => 104714)


--- trunk/dports/comms/telepathy-gabble/Portfile	2013-04-01 08:15:57 UTC (rev 104713)
+++ trunk/dports/comms/telepathy-gabble/Portfile	2013-04-01 08:19:47 UTC (rev 104714)
@@ -5,6 +5,7 @@
 
 name            telepathy-gabble
 version         0.16.5
+revision        1
 license         LGPL-2.1 MIT
 description     The ${name} component of Telepathy - a Flexible Communications Framework
 long_description \
@@ -22,7 +23,8 @@
 depends_build   port:pkgconfig \
                 port:gtk-doc
 
-depends_lib     port:telepathy-glib \
+depends_lib     port:gnutls \
+                port:telepathy-glib \
                 port:libxslt \
                 port:libsoup \
                 port:libnice \