diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-24 15:29:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-24 15:29:40 +0800 |
commit | 973316006de00a809dfed903dfd1c75038280496 (patch) | |
tree | fc26eec0c8c8eeec681b31a3e87666f495c07b4a | |
parent | 6f7b371d280a10b00f9779af0a186dc8caa208ca (diff) | |
download | marcuscom-ports-973316006de00a809dfed903dfd1c75038280496.tar.gz marcuscom-ports-973316006de00a809dfed903dfd1c75038280496.tar.zst marcuscom-ports-973316006de00a809dfed903dfd1c75038280496.zip |
Fix zenity dependency.
Reported by: zaphod@berentweb.com
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17240 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/mutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index fc76d1180..9f2e217c3 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -1,6 +1,6 @@ # Created by: Pawel Worach <pawel.worach@gmail.com> # $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.38 2013/02/22 20:36:00 kwm Exp $ +# $MCom: ports/x11-wm/mutter/Makefile,v 1.39 2013/03/21 21:34:32 kwm Exp $ PORTNAME= mutter PORTVERSION= 3.4.1 @@ -17,7 +17,7 @@ BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ clutter-1.0:${PORTSDIR}/graphics/clutter \ canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ +RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas |