diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-16 01:06:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-16 01:06:34 +0800 |
commit | 4e48883cace24d41328e6a474d6807fec91968e2 (patch) | |
tree | f69566aa0899a4fa8a7366d69bc619b822464fbe /x11 | |
parent | 64d63bd09e59a732a72f1ec3632b51e30c03153a (diff) | |
download | marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.tar marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.tar.gz marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.tar.bz2 marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.tar.lz marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.tar.xz marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.tar.zst marcuscom-ports-4e48883cace24d41328e6a474d6807fec91968e2.zip |
gnome-shell needs py-dbus.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15227 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 2a0c26895..8299a9ff2 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.21 2011/02/02 00:29:39 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.22 2011/02/15 17:01:53 kwm Exp $ # PORTNAME= gnome-shell @@ -22,7 +22,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ 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 \ +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus # glxinfo:${PORTSDIR}/graphics/mesa-demos USE_BZIP2= yes |