diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-24 03:26:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-24 03:26:23 +0800 |
commit | e9b983e7d7afd18780a1fbbe4213de7b6716a2b5 (patch) | |
tree | 190443eb5f7eac25c9ded45c7fe909d636dc151a /x11 | |
parent | 1fbe8ae5249fc298e54ca53c7b92be5e85db219a (diff) | |
download | marcuscom-ports-e9b983e7d7afd18780a1fbbe4213de7b6716a2b5.tar.gz marcuscom-ports-e9b983e7d7afd18780a1fbbe4213de7b6716a2b5.tar.zst marcuscom-ports-e9b983e7d7afd18780a1fbbe4213de7b6716a2b5.zip |
Correct a typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15086 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index a1f10c579..23d507e5b 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.302 2011/01/23 19:00:08 marcus Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.1 2011/01/23 19:08:30 marcus Exp $ # PORTNAME= gnome3 @@ -25,7 +25,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple gnect:${PORTSDIR}/games/gnome-games \ gedit:${PORTSDIR}/editors/gedit3 \ gnome-terminal:${PORTSDIR}/x11/gnome-terminal3 \ - gnome-session:${PORTSDIR}/x11/gnome-sessionr3 \ + gnome-session:${PORTSDIR}/x11/gnome-session3 \ bug-buddy:${PORTSDIR}/devel/bug-buddy \ gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ nautilus:${PORTSDIR}/x11-fm/nautilus3 \ |