summaryrefslogtreecommitdiff
path: root/audio/py-audiotools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-10-28 13:05:28 +0000
committerjoerg <joerg@pkgsrc.org>2014-10-28 13:05:28 +0000
commit57a9e5f779f0f6cc66ef44938ece44376f0edf97 (patch)
treed32ed7f0bedd6499f4d47c90cab20a1305be9335 /audio/py-audiotools
parentfef5bc79e53cd8d610be399329fbcdc6a0e287a4 (diff)
downloadpkgsrc-57a9e5f779f0f6cc66ef44938ece44376f0edf97.tar.gz
Doesn't want Python 2.6.
Diffstat (limited to 'audio/py-audiotools')
-rw-r--r--audio/py-audiotools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile
index 6a5663008fe..6c8023b49c9 100644
--- a/audio/py-audiotools/Makefile
+++ b/audio/py-audiotools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/10/09 12:44:36 adam Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/28 13:05:28 joerg Exp $
DISTNAME= audiotools-2.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ REPLACE_PYTHON+= audiotools/*.py
REPLACE_PYTHON+= audiotools/py_decoders/*.py
REPLACE_PYTHON+= audiotools/py_encoders/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.20
+PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # not yet ported as of 2.20 or rejected
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"