diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-07 15:14:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-07 15:14:54 +0000 |
commit | ce107f1b18e0083d28d7ce1c344c602e9e18295b (patch) | |
tree | 6f490abec3517e6e2bc8d73c12b004031ff811ee /meta-pkgs | |
parent | 38d6d6c04844079c4aa4902c5c25088cd7b7743b (diff) | |
download | pkgsrc-ce107f1b18e0083d28d7ce1c344c602e9e18295b.tar.gz |
Remove gnome-keyring dependency, not needed.
I do not see how this could become a circular dependency as the comment claimed.
Bump PKGREVISION.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-platform/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-pkgs/gnome-platform/Makefile b/meta-pkgs/gnome-platform/Makefile index 6518be8ff13..da1828bed1b 100644 --- a/meta-pkgs/gnome-platform/Makefile +++ b/meta-pkgs/gnome-platform/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/11/07 14:16:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/07 15:14:54 wiz Exp $ DISTNAME= gnome-platform-2.24.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty @@ -36,8 +36,4 @@ DEPENDS+= libgnomecanvas>=2.20.1.1:../../graphics/libgnomecanvas DEPENDS+= libgnomeui>=2.24.0:../../devel/libgnomeui DEPENDS+= pango>=1.22.1:../../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.24.1:../../security/gnome-keyring - .include "../../mk/bsd.pkg.mk" |