diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-01 23:53:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-01 23:53:32 +0800 |
commit | 390bd694a049b8eb88c52afa86aec63e29c9fd95 (patch) | |
tree | 8c28634e615fe3e700152f8d423fd21bb6b9e85e /x11 | |
parent | eda3bd90f9d60144bedb1ad47ac2d5fb2fa2392d (diff) | |
download | marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.tar marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.tar.gz marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.tar.bz2 marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.tar.lz marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.tar.xz marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.tar.zst marcuscom-ports-390bd694a049b8eb88c52afa86aec63e29c9fd95.zip |
s,x11/zenity3,x11/zenity,
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15680 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 329d3d4ff..3a1cdbf18 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome3/Makefile,v 1.18 2011/03/16 04:20:01 mezz Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.19 2011/04/01 10:59:08 kwm Exp $ # PORTNAME= gnome3 @@ -32,7 +32,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ yelp>=2.91.0:${PORTSDIR}/x11/yelp3 \ - zenity>=2.91.0:${PORTSDIR}/x11/zenity3 \ + zenity>=2.91.0:${PORTSDIR}/x11/zenity \ metacity>=2.30.0:${PORTSDIR}/x11-wm/metacity \ gnome-control-center>=2.91.0:${PORTSDIR}/sysutils/gnome-control-center3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ |