summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2014-10-28 13:05:28 +0000
committerjoerg <joerg>2014-10-28 13:05:28 +0000
commitd900ce08dee94dae8abaaede9204c06bc6abd7ef (patch)
treed32ed7f0bedd6499f4d47c90cab20a1305be9335 /audio
parent4b9616617c53d7127f046d1fcf5463cd94aaca77 (diff)
downloadpkgsrc-d900ce08dee94dae8abaaede9204c06bc6abd7ef.tar.gz
Doesn't want Python 2.6.
Diffstat (limited to 'audio')
-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"