diff options
Diffstat (limited to 'devel/scmgit-base/Makefile')
-rw-r--r-- | devel/scmgit-base/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 1f054e0f58b..c1a6ef74ca1 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2012/02/17 13:54:02 hans Exp $ +# $NetBSD: Makefile,v 1.40 2012/02/28 17:13:09 gdt Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir @@ -10,6 +11,9 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= git<4.9.5nb1 # misc/git DEPENDS+= p5-Error>=0.17015:../../devel/p5-Error +# for git-send-email +DEPENDS+= p5-MIME-Base64>=3.13:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Authen-SASL>=1.0:../../security/p5-Authen-SASL USE_LANGUAGES= c99 USE_TOOLS+= perl:run sh:run msgfmt |