diff options
Diffstat (limited to 'textproc/py-cabocha/Makefile')
-rw-r--r-- | textproc/py-cabocha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile index a1b4cbb6075..a8d64bd60a2 100644 --- a/textproc/py-cabocha/Makefile +++ b/textproc/py-cabocha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:36 adam Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:17 maya Exp $ .include "../../textproc/cabocha/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= CaboCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.67 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.67 EGG_NAME= ${DISTNAME:S/-/_python-/} |