diff options
author | wiz <wiz> | 2002-09-11 22:17:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-11 22:17:07 +0000 |
commit | 89c52de61068fddb51a2588af89a499ee9ad4d2c (patch) | |
tree | a3eb323bddc87a2bec735ebdbb5739090290239c /meta-pkgs | |
parent | 2339dd72baa3ebae87dffe081b5e579f21554405 (diff) | |
download | pkgsrc-89c52de61068fddb51a2588af89a499ee9ad4d2c.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 |