diff options
Diffstat (limited to 'textproc/py-enchant/Makefile')
-rw-r--r-- | textproc/py-enchant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index eade5040572b..5e0a0383af51 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,6 +1,5 @@ PORTNAME= enchant -PORTVERSION= 3.2.2 -PORTREVISION= 3 +PORTVERSION= 3.3.0 CATEGORIES= textproc devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +18,7 @@ OPTIONS_DEFINE= WX OPTIONS_DEFAULT=WX WX_DESC= Provide a wxSpellCheckerDialog OPTIONS_SUB= yes + .if ${FLAVOR:Upy36:Mpy3*} OPTIONS_EXCLUDE= WX .endif |