diff options
-rw-r--r-- | x11/gnome-shell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 60b17db7f..2a2698584 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.13 2010/06/06 21:36:08 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.14 2010/06/29 21:14:05 kwm Exp $ # PORTNAME= gnome-shell @@ -23,6 +23,8 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ glxinfo:${PORTSDIR}/graphics/mesa-demos +BORKEN= Doesn't build + USE_BZIP2= yes USE_XORG= x11 xfixes sm USE_GETTEXT= yes |