summaryrefslogtreecommitdiff
path: root/devel/hg-git
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hg-git')
-rw-r--r--devel/hg-git/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile
index d8cac261713..7f59dd35eac 100644
--- a/devel/hg-git/Makefile
+++ b/devel/hg-git/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:01 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:59 wiz Exp $
DISTNAME= hg-git-0.4.0
EGG_NAME= ${DISTNAME:S/hg-/hg_/}
@@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.6:../../devel/py-dulwich
DEPENDS+= mercurial>=1.9.4:../../devel/mercurial
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dulwich
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dulwich
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"