diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-04 00:03:21 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-04 00:03:21 +0800 |
commit | 172a95003b77a7a91d2ded06b0315161bbe47f48 (patch) | |
tree | 20c0051acc20143cecff46e353b0635120572b02 | |
parent | 8ae1171083be78e4397a5166110a4ddac9f92324 (diff) | |
download | marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.tar marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.tar.gz marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.tar.bz2 marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.tar.lz marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.tar.xz marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.tar.zst marcuscom-ports-172a95003b77a7a91d2ded06b0315161bbe47f48.zip |
Fix another typo in the gnome-keyring line.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15186 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 4688953e4..a20a91837 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.10 2011/02/02 13:32:30 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.11 2011/02/03 11:15:30 kwm Exp $ # PORTNAME= gnome3 @@ -38,7 +38,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ gnome-control-center>=2.91.0:${PORTSDIR}/sysutils/gnome-control-center3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ evince>=2.91.0:${PORTSDIR}/graphics/evince3 \ - gnome-kerying>=2.91.0:${PORTSDIR}/security/gnome-keyring3 \ + gnome-keyring>=2.91.0:${PORTSDIR}/security/gnome-keyring3 \ gnome-power-manager>=2.91.0:${PORTSDIR}/sysutils/gnome-power-manager3 \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ |