diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit/Makefile | 6 |
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" |