diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-11 22:17:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-11 22:17:07 +0000 |
commit | a24fe062bb45f121151031223864c8d4964e9e3b (patch) | |
tree | a3eb323bddc87a2bec735ebdbb5739090290239c /meta-pkgs | |
parent | 7b899ce8ac198a997a39fbd9c712f627798cb3ff (diff) | |
download | pkgsrc-a24fe062bb45f121151031223864c8d4964e9e3b.tar.gz |
Depend on latest gtk-- version, and bump PKGREVISION for it
[major bump in gtk--].
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile index e0260b22e73..1083a84f90d 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2002/08/12 19:00:36 tron Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/11 22:17:09 wiz Exp $ -DISTNAME= gnome-1.4.0.7 +DISTNAME= gnome-1.4.0.8 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -29,7 +29,7 @@ DEPENDS+= gnumeric>=0.75:../../math/gnumeric .else DEPENDS+= gnumeric>=0.75:../../math/gnumeric0 .endif -DEPENDS+= gtk-->=1.2.5:../../x11/gtk-- +DEPENDS+= gtk-->=1.2.10:../../x11/gtk-- DEPENDS+= gtk-engines>=0.12:../../x11/gtk-engines DEPENDS+= gtop>=1.0.13:../../sysutils/gtop DEPENDS+= pan>0.10.0:../../news/pan |