summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome-platform/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-15 09:51:58 +0000
committerjoerg <joerg>2008-06-15 09:51:58 +0000
commitbf09f4789a76b00e7728fdb17456145f36d1debc (patch)
tree83ecf28a83c06fb685449261e4a5c056825e7a06 /meta-pkgs/gnome-platform/Makefile
parent181dee62c95770c098eebbf5dcd9ffc30b9d2fb8 (diff)
downloadpkgsrc-bf09f4789a76b00e7728fdb17456145f36d1debc.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/Makefile')
-rw-r--r--meta-pkgs/gnome-platform/Makefile6
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"