diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-16 17:24:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-16 17:24:51 +0800 |
commit | 751f7d599e928f304776ef9db0109bd8130f5c4b (patch) | |
tree | 223cd942744e175b3cbbf063f72d5b5aefd29e78 /x11 | |
parent | f4df3f662d67077431f74392dc6bcdda792c5f28 (diff) | |
download | marcuscom-ports-751f7d599e928f304776ef9db0109bd8130f5c4b.tar.gz marcuscom-ports-751f7d599e928f304776ef9db0109bd8130f5c4b.tar.zst marcuscom-ports-751f7d599e928f304776ef9db0109bd8130f5c4b.zip |
Correct typo in the dbus-glib depend line.
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15037 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index c71340921..abe9ba98c 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.16 2010/11/20 15:05:25 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.18 2011/01/15 18:20:27 kwm Exp $ # PORTNAME= gnome-shell @@ -19,7 +19,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ mutter-private.0:${PORTSDIR}/x11-wm/mutter \ pulse.0:${PORTSDIR}/audio/pulseaudio \ croco-0.6.3:${PORTSDIR}/textproc/libcroco \ - gbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ gjs-gi:${PORTSDIR}/lang/gjs #RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ |