diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 01:03:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 01:03:17 +0800 |
commit | 0781bb99e009ce17b79125758d1b7028801cca5a (patch) | |
tree | c008110b6ff7a3d35c61aa2c8fa3ebcb993bbc89 /x11 | |
parent | 74b37f002a5d1cd5a98a7fd32108b62f5a22d7b9 (diff) | |
download | marcuscom-ports-0781bb99e009ce17b79125758d1b7028801cca5a.tar.gz marcuscom-ports-0781bb99e009ce17b79125758d1b7028801cca5a.tar.zst marcuscom-ports-0781bb99e009ce17b79125758d1b7028801cca5a.zip |
Chase folks shlib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16488 df743ca5-7f9a-e211-a948-0013205c9059
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 \ |