diff options
author | rh <rh@pkgsrc.org> | 2002-09-14 02:47:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-14 02:47:59 +0000 |
commit | 60fc472e6fc33be0103f14767514441734096535 (patch) | |
tree | 610175f4a083d239af9b73a513ad4c5e9942a110 /meta-pkgs | |
parent | e58d10a4fef1f04c885b36b79cb5127cd739bd90 (diff) | |
download | pkgsrc-60fc472e6fc33be0103f14767514441734096535.tar.gz |
Update gnome to 1.4.2. Now depends on gnome-core>=1.4.2, which allows
co-existence with GNOME2.
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 1083a84f90d..e4b66929bac 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2002/09/11 22:17:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/09/14 02:47:59 rh Exp $ -DISTNAME= gnome-1.4.0.8 +DISTNAME= gnome-1.4.2 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= meta-package for the GNU Network Object Model Environment -DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core +DEPENDS+= gnome-core>=1.4.2:../../x11/gnome-core DEPENDS+= ee>=0.3.12:../../graphics/ee DEPENDS+= gdm>=2.2.0:../../x11/gdm DEPENDS+= ggv>=1.0.1:../../print/ggv |