py-marisa: use PYTHON_VERSIONS_ACCEPTED
This commit is contained in:
parent
adce54ae92
commit
6ad4c5543c
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2019/04/26 14:12:47 maya Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.9 2019/04/28 07:12:34 wiz Exp $
|
||||
|
||||
.include "../../textproc/marisa/Makefile.common"
|
||||
|
||||
|
@ -11,7 +10,7 @@ COMMENT= MARISA python module
|
|||
USE_LANGUAGES= c c++
|
||||
|
||||
PYSETUPSUBDIR= bindings/python
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.4
|
||||
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.2.4
|
||||
|
||||
SUBST_CLASSES+= version
|
||||
SUBST_STAGE.version= pre-configure
|
||||
|
|
Loading…
Reference in a new issue