diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-11 03:17:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-11 03:17:42 +0800 |
commit | bba3673e34efeca4c69675b6cca51ff95c8914a4 (patch) | |
tree | a1e4d48dc907dc2ea18590b6f2e796e41bb60dfc | |
parent | 71ad5cc4042ba8e1cb4d2433b384bbf9c8c18b04 (diff) | |
download | marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.tar marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.tar.gz marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.tar.bz2 marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.tar.lz marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.tar.xz marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.tar.zst marcuscom-ports-bba3673e34efeca4c69675b6cca51ff95c8914a4.zip |
Depend on unqiue
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12860 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/empathy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index d659ba9ca..ce1355c97 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.36 2009/09/03 11:54:51 kwm Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.37 2009/09/08 19:11:54 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.27.92 @@ -19,6 +19,7 @@ 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 \ + 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 \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control |