diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-15 09:51:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-15 09:51:58 +0000 |
commit | 76e564a8a9fb456836c4de9f2565aa5552515f7d (patch) | |
tree | 83ecf28a83c06fb685449261e4a5c056825e7a06 /meta-pkgs/gnome-platform | |
parent | 6d8cb09354d1a13b900d9c48b49c5c6c46e12ce9 (diff) | |
download | pkgsrc-76e564a8a9fb456836c4de9f2565aa5552515f7d.tar.gz |
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
Diffstat (limited to 'meta-pkgs/gnome-platform')
-rw-r--r-- | meta-pkgs/gnome-platform/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/gnome-platform/Makefile b/meta-pkgs/gnome-platform/Makefile index 00036c71bde..ebfad20de86 100644 --- a/meta-pkgs/gnome-platform/Makefile +++ b/meta-pkgs/gnome-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/05/29 10:48:59 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/15 09:51:59 joerg Exp $ DISTNAME= gnome-platform-2.22.2 CATEGORIES= meta-pkgs x11 gnome @@ -8,6 +8,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Meta-package for core platform libraries of the GNOME desktop +META_PACKAGE= yes + DEPENDS+= GConf>=2.22.0:../../devel/GConf DEPENDS+= ORBit2>=2.14.12:../../net/ORBit2 DEPENDS+= at-spi>=1.22.1:../../devel/at-spi @@ -36,6 +38,4 @@ DEPENDS+= pango>=1.20.3:../../devel/pango # by libgnomeui. List it here to avoid circular dependency. DEPENDS+= gnome-keyring>=2.22.2:../../security/gnome-keyring -META_PACKAGE= yes - .include "../../mk/bsd.pkg.mk" |