summaryrefslogtreecommitdiff
path: root/audio/py-mad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-mad/Makefile')
-rw-r--r--audio/py-mad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile
index 7937f68222e..ed81ff7017f 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:03 adam Exp $
DISTNAME= pymad-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN}
CONFIGURE_SCRIPT= config_unix.py
CONFIGURE_ARGS+= --prefix ${PREFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.6
.include "../../audio/libmad/buildlink3.mk"
.include "../../lang/python/distutils.mk"