diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-13 16:28:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-13 16:28:09 +0800 |
commit | 24c50d5501f2d6acbdc79067777f6df120ca47d0 (patch) | |
tree | e4c0073023360f18c1a9ef5c394adae2f0b77dc4 | |
parent | 46782a855090abdf5e139f61ecf18759687e264f (diff) | |
download | marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.tar marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.tar.gz marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.tar.bz2 marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.tar.lz marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.tar.xz marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.tar.zst marcuscom-ports-24c50d5501f2d6acbdc79067777f6df120ca47d0.zip |
Fix at-spi2-atk dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13620 df743ca5-7f9a-e211-a948-0013205c9059
-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 82704bc4b..4b16f24f3 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.285 2010/01/17 13:32:50 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.286 2010/02/11 10:00:47 kwm Exp $ # PORTNAME= gnome2 @@ -94,7 +94,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/at-spi-dbus/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit .if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy |