diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-06 08:58:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-06 08:58:17 +0800 |
commit | cf324d38023e3b3f35106c41a65d0ea943361f28 (patch) | |
tree | 428d7d63cd3736e599c9ca88a6f3e8ec7c6ece5c /x11 | |
parent | a3f5148c3db5ed2a5d551be99f51727b5727ea50 (diff) | |
download | marcuscom-ports-cf324d38023e3b3f35106c41a65d0ea943361f28.tar.gz marcuscom-ports-cf324d38023e3b3f35106c41a65d0ea943361f28.tar.zst marcuscom-ports-cf324d38023e3b3f35106c41a65d0ea943361f28.zip |
Add at-spi2-ark as a RUN_DEPENDS to gnome2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13372 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index e27f7ebe2..09ef4b0c8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.279 2009/10/22 15:15:40 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.281 2009/12/31 00:49:27 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.28.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -93,7 +93,8 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ brasero:${PORTSDIR}/sysutils/brasero \ 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/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ + ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/access-bility/at-spi2-atk .if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif |