diff options
Diffstat (limited to 'audio/csound5/Makefile')
-rw-r--r-- | audio/csound5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 40c45f0ca42..edccdb73c8a 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/08/01 14:58:52 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:01 adam Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound5-${CSOUND_VERSION} @@ -27,7 +27,7 @@ SCONS_ARGS+= buildInterfaces=0 # Has long files our tar doesn't understand. EXTRACT_USING= gtar -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 5.01 INSTALLATION_DIRS= bin |