diff options
author | drochner <drochner@pkgsrc.org> | 2008-05-29 10:48:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-05-29 10:48:59 +0000 |
commit | cba6bcd27a3108583eb483af905679c720124735 (patch) | |
tree | 0b2dd048c4d046ebbabb21e6592c0d4eb9820bc3 | |
parent | cf96115633fccb7b5a766f4d13e812bcc7bd41c9 (diff) | |
download | pkgsrc-cba6bcd27a3108583eb483af905679c720124735.tar.gz |
update for gnome-2.22.2
-rw-r--r-- | meta-pkgs/gnome-platform/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/gnome-platform/Makefile b/meta-pkgs/gnome-platform/Makefile index e396e302c4d..00036c71bde 100644 --- a/meta-pkgs/gnome-platform/Makefile +++ b/meta-pkgs/gnome-platform/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/04/10 17:03:38 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/29 10:48:59 drochner Exp $ -DISTNAME= gnome-platform-2.22.1 +DISTNAME= gnome-platform-2.22.2 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty @@ -30,11 +30,11 @@ DEPENDS+= libglade>=2.6.2:../../devel/libglade DEPENDS+= libgnome>=2.22.0:../../devel/libgnome DEPENDS+= libgnomecanvas>=2.20.1.1:../../graphics/libgnomecanvas DEPENDS+= libgnomeui>=2.22.1:../../devel/libgnomeui -DEPENDS+= pango>=1.20.1:../../devel/pango +DEPENDS+= pango>=1.20.3:../../devel/pango # XXX gnome-keyring is distributed with the "desktop" set, but is required # by libgnomeui. List it here to avoid circular dependency. -DEPENDS+= gnome-keyring>=2.22.1:../../security/gnome-keyring +DEPENDS+= gnome-keyring>=2.22.2:../../security/gnome-keyring META_PACKAGE= yes |