diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-29 07:49:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-29 07:49:11 +0800 |
commit | 566a569dec019c333ca2fa47cf9640e2e0e40618 (patch) | |
tree | 033999519b6983c3a02be0f15f399d430eb03256 /net-im | |
parent | 2eac9b9d550a7d33268394543704b2d621ea1a29 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |