diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-02 17:41:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-02 17:41:59 +0800 |
commit | 1780f2cefad19ea6d87c9f4a2e3afdfb160a4e30 (patch) | |
tree | ab6c7090c492cf77af4998dd1ef1d6a558a1ca05 | |
parent | 0eb2785c494d6a5b27c3a5ce946d0f43ca71da3c (diff) | |
download | marcuscom-ports-1780f2cefad19ea6d87c9f4a2e3afdfb160a4e30.tar.gz marcuscom-ports-1780f2cefad19ea6d87c9f4a2e3afdfb160a4e30.tar.zst marcuscom-ports-1780f2cefad19ea6d87c9f4a2e3afdfb160a4e30.zip |
metacity >=2.34.0 lives in metacity3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16099 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 3cfd75d17..4c3f848be 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.25 2011/04/27 21:53:18 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.26 2011/06/10 22:16:59 mezz Exp $ # PORTNAME= gnome3 @@ -31,7 +31,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ yelp>=2.91.0:${PORTSDIR}/x11/yelp3 \ zenity>=2.91.0:${PORTSDIR}/x11/zenity \ - metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity \ + metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity3 \ gnome-control-center>=2.91.0:${PORTSDIR}/sysutils/gnome-control-center3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \ |