diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index fc4ffc1a9..7af0e8f5d 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,11 +3,12 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.42 2011/10/08 09:37:57 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.43 2011/10/19 16:34:40 kwm Exp $ # PORTNAME= gnome-shell PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,7 +22,7 @@ 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 \ - folks.27:${PORTSDIR}/net-im/folks \ + folks.28:${PORTSDIR}/net-im/folks \ pulse.0:${PORTSDIR}/audio/pulseaudio \ croco-0.6.3:${PORTSDIR}/textproc/libcroco \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |