From 566a569dec019c333ca2fa47cf9640e2e0e40618 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 28 Mar 2008 23:49:11 +0000 Subject: Add a missing dependency on libtelepathy. Reported by: pointyhat via pav --- net-im/empathy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 8fe36728fbcf..843f2dc17831 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -7,6 +7,7 @@ PORTNAME= empathy PORTVERSION= 0.22.0 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -15,7 +16,8 @@ COMMENT= GNOME IM client based around telepathy BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= missioncontrol-server.1:${PORTSDIR}/net-im/telepathy-mission-control \ - aspell.16:${PORTSDIR}/textproc/aspell + aspell.16:${PORTSDIR}/textproc/aspell \ + telepathy.2:${PORTSDIR}/net-im/libtelepathy RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes USE_GMAKE= yes -- cgit