aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-29 07:49:11 +0800
committermarcus <marcus@FreeBSD.org>2008-03-29 07:49:11 +0800
commit566a569dec019c333ca2fa47cf9640e2e0e40618 (patch)
tree033999519b6983c3a02be0f15f399d430eb03256 /net-im
parent2eac9b9d550a7d33268394543704b2d621ea1a29 (diff)
downloadfreebsd-ports-gnome-566a569dec019c333ca2fa47cf9640e2e0e40618.tar.gz
freebsd-ports-gnome-566a569dec019c333ca2fa47cf9640e2e0e40618.tar.zst
freebsd-ports-gnome-566a569dec019c333ca2fa47cf9640e2e0e40618.zip
Add a missing dependency on libtelepathy.
Reported by: pointyhat via pav
Diffstat (limited to 'net-im')
-rw-r--r--net-im/empathy/Makefile4
1 files changed, 3 insertions, 1 deletions
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