diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-27 15:38:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-27 15:38:18 +0800 |
commit | 59acd2e799e7611e0cbeba56be654a030a8d19c6 (patch) | |
tree | 9c394903230c14301da5981cac0ea416e8fae392 /x11-wm | |
parent | cab85c95f89b9977552ea28d9e768bbff1105142 (diff) | |
download | marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.tar marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.tar.gz marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.tar.bz2 marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.tar.lz marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.tar.xz marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.tar.zst marcuscom-ports-59acd2e799e7611e0cbeba56be654a030a8d19c6.zip |
Add depend on gsettings-desktop-schemas [1]
While here add some more xorg libs we need.
Submitted by: romain@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index d188f223c..fce91ad85 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -3,7 +3,7 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.32 2012/01/19 01:59:27 ahze Exp $ +# $MCom: ports/x11-wm/mutter/Makefile,v 1.33 2012/05/25 20:02:15 kwm Exp $ # PORTNAME= mutter @@ -16,15 +16,19 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Window and compositing manager based on Clutter BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ + gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ clutter-1.0:${PORTSDIR}/graphics/clutter \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity +RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ + gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas + USE_XZ= yes -USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm +USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm xfixes \ + xrender xdamage USE_PYTHON= 2.5+ USE_GETTEXT= yes USE_GMAKE= yes |