diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 20:34:44 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 20:34:44 +0800 |
commit | 69a6915b348fffa615d0a6bedf67c8c2984a1961 (patch) | |
tree | 69e9b2d2618dc05647316cc06460e2163795f2eb /net-im | |
parent | de986b550669f38b349120db26326f9e97c0f97f (diff) | |
download | marcuscom-ports-69a6915b348fffa615d0a6bedf67c8c2984a1961.tar.gz marcuscom-ports-69a6915b348fffa615d0a6bedf67c8c2984a1961.tar.zst marcuscom-ports-69a6915b348fffa615d0a6bedf67c8c2984a1961.zip |
Chase folks shlib dump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14496 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-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 2ae25d48f..1feea0dc4 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.66 2010/04/26 23:54:08 kwm Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.69 2010/08/18 13:25:16 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.31.90 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -20,7 +21,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \ telepathy-logger.1:${PORTSDIR}/net-im/telepathy-logger \ - folks-telepathy.12:${PORTSDIR}/net-im/folks \ + folks-telepathy.13:${PORTSDIR}/net-im/folks \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ canberra-gtk.0:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ |