diff options
-rw-r--r-- | devel/hg-git/Makefile | 5 |
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" |