diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /textproc/py-mecab | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'textproc/py-mecab')
-rw-r--r-- | textproc/py-mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile index a5baff8949f..9c33c163cee 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:11 adam Exp $ .include "../../textproc/mecab/Makefile.common" @@ -20,7 +20,7 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.996 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.996 .include "../../textproc/mecab/buildlink3.mk" .include "../../lang/python/distutils.mk" |