diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-10 17:07:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-10 17:07:03 +0800 |
commit | 23f8f9fed90ea17d83c35236a411778e8996e6f0 (patch) | |
tree | 591d5f5fb7594a00a5fa709f12c9990733b9993b /x11 | |
parent | ab01a47e66b1551da9bc387c140391a0cef0e3ad (diff) | |
download | marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.gz marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.bz2 marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.lz marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.xz marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.tar.zst marcuscom-ports-23f8f9fed90ea17d83c35236a411778e8996e6f0.zip |
gnome-tweak-tools doesn't quit anymore if gnome-shell isn't found. It is also
pretty important to set "hidden" features. So move it to the standard gnome3
package.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18624 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 7217ac4ba..3bee1cfe5 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11/gnome3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome3 PORTVERSION= 3.6.2 @@ -25,6 +25,7 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \ gnome-power-manager>=3.0.0:${PORTSDIR}/sysutils/gnome-power-manager3 \ orca>=3.0.0:${PORTSDIR}/accessibility/orca3 \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ + gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \ nautilus>=3.0.0:${PORTSDIR}/x11-fm/nautilus3 \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ @@ -50,8 +51,7 @@ MAPI_DESC= Depend on evolution-mapi (pulls in samba4)" off .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHELL} -RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \ - gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool +RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell .endif .if ${.CURDIR:T}!="gnome3-lite" |