diff options
Diffstat (limited to 'devel/scmgit-base/Makefile')
-rw-r--r-- | devel/scmgit-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 0d32be72bea..3c729aa938c 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.58 2013/03/23 19:00:30 spz Exp $ +# $NetBSD: Makefile,v 1.59 2013/05/31 12:40:56 wiz Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) CONFLICTS+= git<4.9.5nb1 # misc/git |