diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-11 06:17:00 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-11 06:17:00 +0800 |
commit | 46e5247dd30d6ff2a5d3786916d835cb048c26bd (patch) | |
tree | b2325891e434b0a6070ee5dff7c0bae395b5429c /x11 | |
parent | 599a34504939a9957c46c4ab515adfec42cd8b7c (diff) | |
download | marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.gz marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.bz2 marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.lz marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.xz marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.zst marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.zip |
Move the metacity 2.34.x from x11-wm/metacity to x11-wm/metacity3 then
downgrade the x11-wm/metacity to 2.30.x. The GNOME 2 needs metacity 2.30.x
for correct default of theme, fonts, hotkey and etc. Also, function a bit
different.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16054 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 bd3d7633f..3cfd75d17 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.24 2011/04/25 22:13:32 mezz Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.25 2011/04/27 21:53:18 kwm 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.30.0:${PORTSDIR}/x11-wm/metacity \ + metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity \ 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 \ |