summaryrefslogtreecommitdiff
path: root/devel/hg-git/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-11-04 20:51:36 +0000
committerjoerg <joerg@pkgsrc.org>2009-11-04 20:51:36 +0000
commitdf46ccc222dc5caecfcb6446dc98033e1d3ca401 (patch)
tree01e9efa4a2cfc2eed15fbe9e1bcd2e3905f7640d /devel/hg-git/Makefile
parent41f27496c3a8517f8cafc509953d0fc39b986c1b (diff)
downloadpkgsrc-df46ccc222dc5caecfcb6446dc98033e1d3ca401.tar.gz
Depend on py-dulwich.
Diffstat (limited to 'devel/hg-git/Makefile')
-rw-r--r--devel/hg-git/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile
index 24494576f55..431c2de8eb7 100644
--- a/devel/hg-git/Makefile
+++ b/devel/hg-git/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/11/04 20:45:45 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/04 20:51:36 joerg Exp $
#
DISTNAME= hg-git-0.1.0pre416
+PKGREVISION= 1
EGG_NAME= hg_git-0.1.0
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -10,6 +11,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://hg-git.github.com
COMMENT= Git plugin for Mercurial
+DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
+
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/python/egg.mk"