diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-14 11:40:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-14 11:40:31 +0000 |
commit | 4ac911af156f7c6279e331baae9c905e9deea72b (patch) | |
tree | 86d59f72e362d758e2f7c4a084578152561fef40 /audio | |
parent | d383dfa83fb36a4080ccb67f3f1b9cce55ad6106 (diff) | |
download | pkgsrc-4ac911af156f7c6279e331baae9c905e9deea72b.tar.gz |
Remove more references to python-2.6.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-audiotools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile index d8bf5a20716..bc01feec30c 100644 --- a/audio/py-audiotools/Makefile +++ b/audio/py-audiotools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/04/13 23:12:40 rodent Exp $ +# $NetBSD: Makefile,v 1.14 2015/04/14 11:40:31 wiz Exp $ DISTNAME= audiotools-2.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,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 or rejected +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.20 .include "../../audio/lame/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" |