diff options
Diffstat (limited to 'www/py-moin/Makefile')
-rw-r--r-- | www/py-moin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile index 32b82e3df6a..df0a4e2a073 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:40 adam Exp $ VER= 1.9.7 DISTNAME= moin-${VER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.9.7 REPLACE_PYTHON= jabberbot/bot.py \ MoinMoin/version.py \ |