summaryrefslogtreecommitdiff
path: root/devel/scmgit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-15 09:51:58 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-15 09:51:58 +0000
commitcfdf85b989178239ab58669e55dab424889e5ca6 (patch)
tree83ecf28a83c06fb685449261e4a5c056825e7a06 /devel/scmgit
parente7214a93c59140aa92243c0976ab554cab31eaea (diff)
downloadpkgsrc-cfdf85b989178239ab58669e55dab424889e5ca6.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 'devel/scmgit')
-rw-r--r--devel/scmgit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile
index 00972d2cd82..b7355a36b01 100644
--- a/devel/scmgit/Makefile
+++ b/devel/scmgit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/06/14 16:21:03 bjs Exp $
+# $NetBSD: Makefile,v 1.27 2008/06/15 09:52:00 joerg Exp $
.include "../../devel/scmgit/Makefile.version"
@@ -11,9 +11,9 @@ MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
MAINTAINER= bjs@NetBSD.org
COMMENT= GIT version control suite meta-package
+META_PACKAGE= yes
+
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= scmgit-docs-[0-9]*:../../devel/scmgit-docs
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"