diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-16 23:02:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-16 23:02:05 +0800 |
commit | 66e403e95fa18e92c24f9aa2e7d592c65155a096 (patch) | |
tree | 3c27228b69596d4e6d64dbbdddc336b5df1f5d90 /x11 | |
parent | 2e364d6b1dfe17240f990b818ea593620122ae0d (diff) | |
download | marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.tar marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.tar.gz marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.tar.bz2 marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.tar.lz marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.tar.xz marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.tar.zst marcuscom-ports-66e403e95fa18e92c24f9aa2e7d592c65155a096.zip |
Move gnome-tweak-tool to the WITH_GNOME_SHELL option, since it has a run
depend on it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16639 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 4aee5b527..ba121988c 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.30 2011/10/17 15:24:53 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.31 2011/10/20 21:24:53 kwm Exp $ # PORTNAME= gnome3 @@ -36,7 +36,6 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ 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 \ ${LOCALBASE}/share/help/C/gnome-help/index.page:${PORTSDIR}/misc/gnome-user-docs3 \ ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme @@ -51,7 +50,8 @@ OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" off .include <bsd.port.pre.mk> .if defined(WITH_GNOME_SHELL) -RUN_DEPENDS+= gnome-shell>=2.91.0:${PORTSDIR}/x11/gnome-shell +RUN_DEPENDS+= gnome-shell>=2.91.0:${PORTSDIR}/x11/gnome-shell \ + gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool .endif .if ${.CURDIR:T}!="gnome3-lite" |