diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-14 19:33:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-14 19:33:14 +0800 |
commit | 81394d342f088d2107f6336fea4259217747af25 (patch) | |
tree | ee4a993b7e807f5f12257e4adc49c175f9d2bd87 /x11-wm | |
parent | abbb5251d52b87e2875ed4768f14ce63fcc7f412 (diff) | |
download | marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.tar marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.tar.gz marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.tar.bz2 marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.tar.lz marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.tar.xz marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.tar.zst marcuscom-ports-81394d342f088d2107f6336fea4259217747af25.zip |
Merge zenity3 into zenity.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19859 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/muffin/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/mutter/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index a1a565522..e8beaf323 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Window manager for the adult in you -BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ itstool:${PORTSDIR}/textproc/itstool \ gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ +RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas USE_XORG= x11 xcomposite xdamage xrender xcursor xinerama xext xrandr diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 7419d6aa6..1106a3487 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -12,14 +12,14 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Compositing window manager forked from Mutter for use with Cinnamon -BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ 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 \ libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop -RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 +RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity USES= execinfo gettext libtool gmake pathfix pkgconfig python USE_GNOME= gconf2 gnomedocutils gnomehier gnomeprefix gtk30 \ diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 1f7490d63..48a629dcc 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Window and compositing manager based on Clutter -BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ libupower-glib.so:${PORTSDIR}/sysutils/upower -RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ +RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas USES= gettext gmake libtool pathfix pkgconfig tar:xz |