diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 72c16d4d7d332490326869fd2cf740019a79cdd0 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /devel/bokken | |
parent | cea6e11074d7b826fef76434a11c03283cb4ba94 (diff) | |
download | pkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'devel/bokken')
-rw-r--r-- | devel/bokken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bokken/Makefile b/devel/bokken/Makefile index c5b865e87c2..e8de93c610a 100644 --- a/devel/bokken/Makefile +++ b/devel/bokken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/11/19 07:46:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:33 adam Exp $ DISTNAME= bokken-1.8 CATEGORIES= devel @@ -21,7 +21,7 @@ NO_BUILD= yes REPLACE_PYTHON= bokken.py lib/web/utils.py ui/xdot.py REPLACE_SH= bokken -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= bin-bokken SUBST_STAGE.bin-bokken= post-patch |