diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-24 20:04:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-24 20:04:50 +0800 |
commit | cf5e1e57ed0171583e9f205f1ed010b05c0283dd (patch) | |
tree | 122f62086a48ce97eb44dc31c402e72fa4dd674b | |
parent | e8141f37ec30ef710856262c4a33a99188dd40ed (diff) | |
download | marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.tar marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.tar.gz marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.tar.bz2 marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.tar.lz marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.tar.xz marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.tar.zst marcuscom-ports-cf5e1e57ed0171583e9f205f1ed010b05c0283dd.zip |
We need telepathy-logger also.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15601 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-shell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 3f674de7a..31b775639 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,7 +3,7 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.28 2011/03/15 22:14:00 mezz Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.29 2011/03/23 16:14:55 kwm Exp $ # PORTNAME= gnome-shell @@ -18,6 +18,7 @@ COMMENT= Next generation GNOME desktop shell LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ mutter.0:${PORTSDIR}/x11-wm/mutter \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ + telepathy-logger.2:${PORTSDIR}/net-im/telepathy-logger \ pulse.0:${PORTSDIR}/audio/pulseaudio \ croco-0.6.3:${PORTSDIR}/textproc/libcroco \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |