summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2015-06-12 12:28:37 +0000
committerwiz <wiz>2015-06-12 12:28:37 +0000
commitb0f9c62e816aad32225990efad95567f131eea25 (patch)
treeba5df095a0688fbf06f512e2362c5d52eee7505e /devel
parenta540e53548854208075d8e54b3022e93f355cc1a (diff)
downloadpkgsrc-b0f9c62e816aad32225990efad95567f131eea25.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"