diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 8 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 12 |
3 files changed, 11 insertions, 15 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index a815643a5..8f7494e37 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome2-fifth-toe -PORTVERSION= 2.5.2 -PORTREVISION= 2 +PORTVERSION= 2.5.3 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -33,7 +32,8 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ straw:${PORTSDIR}/net/straw \ liferea:${PORTSDIR}/net/liferea \ gnotime:${PORTSDIR}/deskutils/gnotime \ - sound-juicer:${PORTSDIR}/audio/sound-juicer + sound-juicer:${PORTSDIR}/audio/sound-juicer \ + rhythmbox:${PORTSDIR}/audio/rhythmbox # not yet buildable under GNOME 2.5 # jamboree:${PORTSDIR}/audio/jamboree diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile index 2ee7b5c69..f7a93afce 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome2-power-tools -PORTVERSION= 2.5.2 -PORTREVISION= 2 +PORTVERSION= 2.5.3 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -22,8 +21,9 @@ RUN_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsmb.so:${PORTSDIR}/devel/gn ${X11BASE}/lib/libquicklounge-applet.so:${PORTSDIR}/misc/quick-lounge-applet \ ${X11BASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ - ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \ - splashsetter:${PORTSDIR}/deskutils/splashsetter + splashsetter:${PORTSDIR}/deskutils/splashsetter \ + gnome-netinfo:${PORTSDIR}/net/gnomenetwork \ + gdesklets:${PORTSDIR}/deskutils/gdesklets NO_BUILD= yes diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 2cc76baed..b14dd3a78 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome2 -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.3 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -47,11 +46,8 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ gnopernicus:${PORTSDIR}/accessibility/gnopernicus \ - evolution-1.5:${PORTSDIR}/mail/evolution \ - rhythmbox:${PORTSDIR}/audio/rhythmbox \ - gnome-netinfo:${PORTSDIR}/net/gnomenetwork \ - gdesklets:${PORTSDIR}/deskutils/gdesklets \ - monkey-bubble:${PORTSDIR}/games/monkeybubble \ + ${X11BASE}/lib/libedataserver.so:${PORTSDIR}/databases/evolution-data-server \ + ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \ dasher:${PORTSDIR}/accessibility/dasher NO_BUILD= yes @@ -67,7 +63,7 @@ do-install: # empty .include <bsd.port.pre.mk> -.if ${ARCH} != "amd64" && ( ${ARCH} == "i386" || ${OSVERSION} > 500035 ) +.if ${ARCH} == "i386" || ${OSVERSION} > 500035 RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif |