diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /audio/csound6 | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'audio/csound6')
-rw-r--r-- | audio/csound6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 4eafafab1d7..5b6b76f21e0 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/03/12 19:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:53 wiz Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} @@ -24,7 +24,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6 # Has long files our tar doesn't understand. EXTRACT_USING= gtar -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.01 INSTALLATION_DIRS= bin |