diff options
Diffstat (limited to 'net/mimms/Makefile')
-rw-r--r-- | net/mimms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mimms/Makefile b/net/mimms/Makefile index da46731dc1f..c8c16581fe0 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/25 07:33:11 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:08 maya Exp $ DISTNAME= mimms-3.2.1 PKGREVISION= 1 @@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v3 EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/} USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2 SUBST_CLASSES+= man SUBST_FILES.man+= setup.py |