summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-08 04:55:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-08 04:55:04 +0800
commit8a8ac6caed18d0df42db5b9ada514673e7893c15 (patch)
tree773887b3b30a7e898e8dcddc86eabecb5558afd9
parent347e64114bc0273de27eb043bf6232518f41541d (diff)
downloadmarcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.tar
marcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.tar.gz
marcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.tar.bz2
marcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.tar.lz
marcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.tar.xz
marcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.tar.zst
marcuscom-ports-8a8ac6caed18d0df42db5b9ada514673e7893c15.zip
Correct a typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13380 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 09ef4b0c8..915919b05 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.281 2009/12/31 00:49:27 marcus Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.282 2010/01/06 00:58:17 marcus 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}/access-bility/at-spi2-atk
+ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk
.if ${ARCH} == "i386"
#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
.endif