diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-29 04:59:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-29 04:59:54 +0800 |
commit | d9cc90f073a6d759bf9ffe97d6ee372903475952 (patch) | |
tree | 765f04e5e3b92d1676548c2dc17ca1153346e561 /net-im/empathy | |
parent | a46a72e06a27a3f03a2c8cf4ced1ff94b3032d98 (diff) | |
download | marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.tar marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.tar.gz marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.tar.bz2 marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.tar.lz marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.tar.xz marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.tar.zst marcuscom-ports-d9cc90f073a6d759bf9ffe97d6ee372903475952.zip |
Chase the telepathy-mission-control update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 194a20da1..ebe6e965f 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,24 +3,26 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.33 2009/08/25 00:04:44 marcus Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.34 2009/08/27 17:31:18 marcus Exp $ PORTNAME= empathy PORTVERSION= 2.27.91.1 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org 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 \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control +LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ telepathy.2:${PORTSDIR}/net-im/libtelepathy \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \ canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control USE_GMAKE= yes USE_BZIP2= yes |