diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-10 00:25:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-10 00:25:57 +0800 |
commit | a927ca982bfef9cea628b6da569abbcbcb32b421 (patch) | |
tree | 3db61a093a0f3f2eb1f65799ea6b69c02ec8627f | |
parent | 122e329dce16b72bb49c10d154f62c965410805c (diff) | |
download | marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.tar marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.tar.gz marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.tar.bz2 marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.tar.lz marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.tar.xz marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.tar.zst marcuscom-ports-a927ca982bfef9cea628b6da569abbcbcb32b421.zip |
Spell gnome-system-monitor correctly.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15429 df743ca5-7f9a-e211-a948-0013205c9059
-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 63b3239a9..1b1c945da 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome3/Makefile,v 1.15 2011/02/24 11:44:49 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.16 2011/03/04 22:18:26 kwm Exp $ # PORTNAME= gnome3 @@ -29,7 +29,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ nautilus>=2.91.0:${PORTSDIR}/x11-fm/nautilus3 \ gcalctool>=2.91.0:${PORTSDIR}/math/gcalctool3 \ gnome-utils>=2.91.0:${PORTSDIR}/deskutils/gnome-utils3 \ - gnome-system-montior>=2.99.0:${PORTSDIR}/sysutils/gnome-system-monitor3 \ + gnome-system-monitor>=2.99.0:${PORTSDIR}/sysutils/gnome-system-monitor3 \ file-roller>=2.91.0:${PORTSDIR}/archivers/file-roller3 \ gnome-themes>=2.91.0:${PORTSDIR}/x11-themes/gnome-themes3 \ gnome-themes-standard>=2.91.0:${PORTSDIR}/x11-themes/gnome-themes-standard \ |