diff options
author | adam <adam> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam> | 2015-12-05 21:25:27 +0000 |
commit | a0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /devel/meld | |
parent | c2593a8036a102c98b480cc594e489d424a6e2d7 (diff) | |
download | pkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'devel/meld')
-rw-r--r-- | devel/meld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 0dc4420feaf..72acd02592f 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/10/15 11:47:14 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:36 adam Exp $ DISTNAME= meld-3.15.0 CATEGORIES= devel @@ -16,7 +16,7 @@ DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-sch USE_TOOLS+= intltool msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.11; 3.12 will probably require 33+ +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.11; 3.12 will probably require 33+ SUBST_CLASSES+= man SUBST_FILES.man= setup.py |