diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-21 16:31:04 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-21 16:31:04 +0800 |
commit | b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472 (patch) | |
tree | af0bfcaed1ee999109a121d5ffa759d23065c1d4 | |
parent | 73a070fddd6a1bd5b6d422a2c3326d1b48dc1654 (diff) | |
download | marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.tar marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.tar.gz marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.tar.bz2 marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.tar.lz marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.tar.xz marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.tar.zst marcuscom-ports-b9c8b2aaaa28cd8a5c1b74cca20a45cdcb5ec472.zip |
This also need a depend on pulse. Sorry no option for this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16512 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/empathy3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile index 61fedef90..9773b3e2c 100644 --- a/net-im/empathy3/Makefile +++ b/net-im/empathy3/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy3/Makefile,v 1.22 2011/10/18 21:05:25 kwm Exp $ +# $MCom: ports/net-im/empathy3/Makefile,v 1.23 2011/10/19 17:03:17 kwm Exp $ PORTNAME= empathy PORTVERSION= 3.2.1 @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ + pulse.0:${PORTSDIR}/audio/pulseaudio \ telepathy.2:${PORTSDIR}/net-im/libtelepathy \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \ |