diff options
Diffstat (limited to 'audio/csound5/Makefile')
-rw-r--r-- | audio/csound5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 5c8f0bc730c..cb3ed3fc002 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/01/09 16:55:16 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.29 2014/01/25 10:29:56 wiz Exp $ DISTNAME= Csound${CSOUND_VERSION}_src PKGNAME= csound5-${CSOUND_VERSION} @@ -26,6 +25,8 @@ SCONS_ARGS+= useALSA=0 useJack=0 useOSC=0 usePortMIDI=0 SCONS_ARGS+= usePortAudio=0 SCONS_ARGS+= buildInterfaces=0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 5.01 + INSTALLATION_DIRS= bin .include "../../mk/bsd.prefs.mk" |