Add scmgit-gitk to meta package.

Bump PKGREVISION.
This commit is contained in:
wiz 2013-01-30 14:45:00 +00:00
parent da01f7cc33
commit 66e97ff682

View file

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.31 2012/01/19 20:34:01 gdt Exp $
# $NetBSD: Makefile,v 1.32 2013/01/30 14:45:00 wiz Exp $
.include "../../devel/scmgit/Makefile.version"
DISTNAME= # empty
PKGNAME= scmgit-${GIT_VERSION}
PKGREVISION= 1
CATEGORIES+= meta-pkgs devel
DISTFILES= # empty
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
@ -15,5 +16,6 @@ META_PACKAGE= yes
DEPENDS+= scmgit-base>=${GIT_VERSION}:../../devel/scmgit-base
DEPENDS+= scmgit-docs>=${GIT_VERSION}:../../devel/scmgit-docs
DEPENDS+= scmgit-gitk>=${GIT_VERSION}:../../devel/scmgit-gitk
.include "../../mk/bsd.pkg.mk"