diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:15:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:15:24 +0000 |
commit | b41b93b15ebfeedd9f62aebec8978a35c88717ae (patch) | |
tree | 7ac6e576ee4973c487ff0555f63e4ddcc0ae866e /x11 | |
parent | Remove maintainer since he is blocked email from FreeBSD.org: (diff) |
Fix some known compatibility problems with GNOME 2.6.
Notes
Notes:
svn path=/head/; revision=106192
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome2-lite/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index d26cdc2ac887..812f2faa6802 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -6,7 +6,8 @@ # PORTNAME= gnome2-fifth-toe -PORTVERSION= 2.6.0 +PORTVERSION= 2.5.92 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index 23389eccc204..b6d77edf0494 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome2 -PORTVERSION= 2.6.0 +PORTVERSION= 2.5.92 CATEGORIES= x11 gnome MASTER_SITES= # empty PKGNAMESUFFIX= -lite diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile index 7a17343ca01d..4991c11e2008 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome2-power-tools -PORTVERSION= 2.6.0 +PORTVERSION= 2.5.92 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -17,7 +17,7 @@ COMMENT= "Geektoys" for the GNOME 2 power user RUN_DEPENDS= ${X11BASE}/lib/epiphany/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ - ${X11BASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \ + ${X11BASE}/lib/libquicklounge-applet.so:${PORTSDIR}/misc/quick-lounge-applet \ ${X11BASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ splashsetter:${PORTSDIR}/deskutils/splashsetter \ |