diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-18 09:37:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-18 09:37:46 +0800 |
commit | b6542882ce8a47a9bdec109fc6a6836635002c3e (patch) | |
tree | ac3d0cef1b0fb2ac73913fdf816009e4bdedb9f2 /x11 | |
parent | c58554a9d2d822ab570d9f66996fce244ef4eb9e (diff) | |
download | marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.tar marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.tar.gz marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.tar.bz2 marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.tar.lz marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.tar.xz marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.tar.zst marcuscom-ports-b6542882ce8a47a9bdec109fc6a6836635002c3e.zip |
Presenting Gnome 2.32.1.
Switch back to accessibility/at-spi, since that looks like the default atm.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14909 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 425566ae0..5b86a1d67 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.298 2010/09/01 21:34:48 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.299 2010/09/30 10:10:26 kwm Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.32.0 +PORTVERSION= 2.32.1 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty @@ -92,7 +92,7 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ - ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \ + ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit .if ${OSVERSION}>=800000 RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese |