diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-02 00:40:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-02 00:40:30 +0800 |
commit | 6574265462ed02818e8c775cd68a14212f7f12ba (patch) | |
tree | 01a56a21fd1cdcb686fc28a1f97540a50f07f3f5 | |
parent | 9214dc2fb71c9a11996b754dee5fbe0dd4b8aa1a (diff) | |
download | marcuscom-ports-6574265462ed02818e8c775cd68a14212f7f12ba.tar.gz marcuscom-ports-6574265462ed02818e8c775cd68a14212f7f12ba.tar.zst marcuscom-ports-6574265462ed02818e8c775cd68a14212f7f12ba.zip |
Chase zenity pkgnamesuffix change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18850 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/mutter/Makefile | 4 | ||||
-rw-r--r-- | x11/gdm/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index becd99dff..8865c75ed 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -11,13 +11,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Window manager for the adult in you -BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ 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-gtk.so:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ +RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas USE_XZ= yes diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 1e5a00a57..75ab66500 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -11,12 +11,12 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Window and compositing manager based on Clutter -BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ 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 -RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ +RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas NO_STAGE= yes diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 295c25407..cda43a184 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 version of xdm display manager -BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ +BUILD_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ itstool:${PORTSDIR}/textproc/itstool \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ @@ -23,7 +23,7 @@ LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ libaccountsservice.so:${PORTSDIR}/sysutils/accountsservice \ libxklavier.so:${PORTSDIR}/x11/libxklavier \ 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 \ gnome-settings-daemon>=3.0.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ gnome-keyring-3:${PORTSDIR}/security/gnome-keyring3 \ gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session \ |