diff options
author | wiz <wiz> | 2015-06-12 12:28:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-06-12 12:28:37 +0000 |
commit | b0f9c62e816aad32225990efad95567f131eea25 (patch) | |
tree | ba5df095a0688fbf06f512e2362c5d52eee7505e /devel | |
parent | a540e53548854208075d8e54b3022e93f355cc1a (diff) | |
download | pkgsrc-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/Makefile | 4 |
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" |