diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-27 22:51:16 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-27 22:51:16 +0800 |
commit | 42a0309889c9eb396feffd16dea604e4c5b860ac (patch) | |
tree | 02bc0f013ed7a9df18aca0fbb6cd2101c98ce5a6 | |
parent | ada9ef846414cd998f2b74105dcffbbc0f020476 (diff) | |
download | marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.tar marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.tar.gz marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.tar.bz2 marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.tar.lz marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.tar.xz marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.tar.zst marcuscom-ports-42a0309889c9eb396feffd16dea604e4c5b860ac.zip |
Chase mission-control
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10565 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/empathy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index fe6cdabfc..ba9ddf23e 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.2 2008/01/17 05:47:16 marcus Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.3 2008/02/09 23:17:57 marcus Exp $ PORTNAME= empathy PORTVERSION= 0.21.90 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -14,7 +15,7 @@ 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.3:${PORTSDIR}/net-im/telepathy-mission-control \ +LIB_DEPENDS= missioncontrol-server.1:${PORTSDIR}/net-im/telepathy-mission-control \ aspell.16:${PORTSDIR}/textproc/aspell RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes |