diff options
author | obache <obache@pkgsrc.org> | 2014-06-02 13:08:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-02 13:08:20 +0000 |
commit | 1eadb991eb5fadc462d5c3303276016fdca1a116 (patch) | |
tree | 024e554358883ec286bbd58831c20f12d4f69379 /textproc | |
parent | 7ea6eb2996cdbf17eee3f25d67f18e9aabf18626 (diff) | |
download | pkgsrc-1eadb991eb5fadc462d5c3303276016fdca1a116.tar.gz |
Not compatible with python3.
Diffstat (limited to 'textproc')
-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 |