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 | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /textproc/asciidoc | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r-- | textproc/asciidoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 7259a25a27c..f705280fbd0 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/12/05 21:26:00 adam Exp $ DISTNAME= asciidoc-8.6.9 PKGREVISION= 2 @@ -40,7 +40,7 @@ REPLACE_PYTHON+= tests/testasciidoc.py REPLACE_PYTHON+= tests/asciidocapi.py REPLACE_PYTHON+= html5.conf xhtml11.conf xhtml11-quirks.conf -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \ share/asciidoc/docbook-xsl share/asciidoc/stylesheets \ |