summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-06-12 12:28:37 +0000
committerwiz <wiz@pkgsrc.org>2015-06-12 12:28:37 +0000
commit6fc9c3c770644f6452c8cc85f8f39477e9d5fd44 (patch)
treeba5df095a0688fbf06f512e2362c5d52eee7505e /devel
parent2b4d55cc7e0ea1f401f960275b3fb5db9189aa02 (diff)
downloadpkgsrc-6fc9c3c770644f6452c8cc85f8f39477e9d5fd44.tar.gz
Does not support python-3.x since it uses python's command module.
Diffstat (limited to 'devel')
-rw-r--r--devel/reposurgeon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/reposurgeon/Makefile b/devel/reposurgeon/Makefile
index 39e5915957b..02eeb17150d 100644
--- a/devel/reposurgeon/Makefile
+++ b/devel/reposurgeon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/06/12 11:46:53 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2015/06/12 12:28:37 wiz Exp $
DISTNAME= reposurgeon-3.26
CATEGORIES= devel scm
@@ -19,5 +19,7 @@ MAKE_FLAGS+= mandir=${PKGMANDIR}
REPLACE_PYTHON= repodiffer reposurgeon
REPLACE_SH= repotool
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 3.26 uses commands module, which is deprecated in python-3.x
+
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"