diff options
-rw-r--r-- | x11-wm/muffin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 432faccf5..6b7d44484 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -1,5 +1,6 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ +# $MCom$ PORTNAME= muffin PORTVERSION= 1.8.2 @@ -10,14 +11,14 @@ DIST_SUBDIR= gnome3 MAINTAINER= gustau.perez@gmail.com COMMENT= Compositing window manager forked from Mutter for use with Cinnamon -BUILD_DEPENDS= zenity>3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 +RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 FETCH_ARGS= -Fpr USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm |