diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-23 15:26:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-23 15:26:21 +0800 |
commit | f6d93f1b4a2017624e8459214cd6600f3132772e (patch) | |
tree | 9720413a1071806e1834f23457caa18f3726b4c6 /x11/gnome2 | |
parent | 58111b544b731ba8a8112e68fef1016d9c87863a (diff) | |
download | marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.tar marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.tar.gz marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.tar.bz2 marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.tar.lz marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.tar.xz marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.tar.zst marcuscom-ports-f6d93f1b4a2017624e8459214cd6600f3132772e.zip |
Correct the at-spi2-atk dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14465 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 768369d01..d16cf86b9 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.294 2010/06/10 15:11:01 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.295 2010/08/23 07:21:23 marcus Exp $ # PORTNAME= gnome2 @@ -93,7 +93,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/at-spi-dbus/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \ + ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit .if ${OSVERSION}>=800000 RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese |