summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit72c16d4d7d332490326869fd2cf740019a79cdd0 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /math/gnumeric
parentcea6e11074d7b826fef76434a11c03283cb4ba94 (diff)
downloadpkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 6f54c26e29b..2330f20f59c 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.179 2015/06/12 10:50:27 wiz Exp $
+# $NetBSD: Makefile,v 1.180 2015/12/05 21:25:48 adam Exp $
DISTNAME= gnumeric-1.8.4
PKGREVISION= 40
@@ -25,7 +25,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.4
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"