diff options
-rw-r--r-- | textproc/py-marisa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-marisa/Makefile b/textproc/py-marisa/Makefile index bf013e69094..34a56afb6ce 100644 --- a/textproc/py-marisa/Makefile +++ b/textproc/py-marisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/05/24 10:21:13 obache Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/02 13:08:20 obache Exp $ # .include "../../textproc/marisa/Makefile.common" @@ -11,6 +11,7 @@ COMMENT= MARISA python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= bindings/python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.4 SUBST_CLASSES+= version SUBST_STAGE.version= pre-configure |