summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-21 15:37:49 +0000
committerwiz <wiz@pkgsrc.org>2017-01-21 15:37:49 +0000
commit2411b40ddec30b51d47ba64c7582c970116fb0e8 (patch)
tree3f0321807e0b519980f6bdf7ad3d84a85049a459 /devel
parent3c59d8ff492fe078f6eddbce03cc3e863b500541 (diff)
downloadpkgsrc-2411b40ddec30b51d47ba64c7582c970116fb0e8.tar.gz
Program now supports python-3.x. Mark it as such.
Diffstat (limited to 'devel')
-rw-r--r--devel/reposurgeon/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/reposurgeon/Makefile b/devel/reposurgeon/Makefile
index 05432702a58..26ecd972b87 100644
--- a/devel/reposurgeon/Makefile
+++ b/devel/reposurgeon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/01/21 12:23:48 kim Exp $
+# $NetBSD: Makefile,v 1.27 2017/01/21 15:37:49 wiz Exp $
DISTNAME= reposurgeon-3.40
CATEGORIES= devel scm
@@ -21,7 +21,5 @@ MAKE_FLAGS+= mandir=${PKGMANDIR}
REPLACE_PYTHON= repocutter repodiffer repomapper reposurgeon
REPLACE_SH= repotool
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 3.26 uses commands module, which is deprecated in python-3.x
-
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"