diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-28 23:49:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-28 23:49:11 +0000 |
commit | 8c6b9292a7bc6010183665b428a3de0acfafbad7 (patch) | |
tree | 2a6a03682d2355fb28d15fab7aaa64c30d2edac4 /net-im/empathy | |
parent | 7ce8784350ea9572d5a9da5bd259d59cf34b9dbc (diff) | |
download | ports-8c6b9292a7bc6010183665b428a3de0acfafbad7.tar.gz ports-8c6b9292a7bc6010183665b428a3de0acfafbad7.zip |
Notes
Diffstat (limited to 'net-im/empathy')
-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 |