From 43dbfaadd1c4700b8d51f9e36b5cbaf30d7cea1b Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 6 Dec 2008 03:42:23 +0000 Subject: [PATCH] Add a missing dependency on libsoup22. Reported by: QAT --- net-im/telepathy-salut/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index 869891c01c19..bb5b7c3857f2 100644 --- a/net-im/telepathy-salut/Makefile +++ b/net-im/telepathy-salut/Makefile @@ -7,6 +7,7 @@ PORTNAME= telepathy-salut PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -15,7 +16,8 @@ COMMENT= Link-local Connection Manager for Telepathy Framework LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \ avahi-glib.pc:${PORTSDIR}/net/avahi-app \ - telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib + telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \ + libsoup-2.2.pc:${PORTSDIR}/devel/libsoup22 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt