diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /audio | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-audiotools/Makefile | 4 | ||||
-rw-r--r-- | audio/py-last/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile index 27b72390bac..6d47f9aa414 100644 --- a/audio/py-audiotools/Makefile +++ b/audio/py-audiotools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/02 23:48:05 asau Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 22:14:00 wiz Exp $ # DISTNAME= audiotools-2.18 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 25 - REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/python REPLACE.python.new= ${PYTHONBIN} diff --git a/audio/py-last/Makefile b/audio/py-last/Makefile index f584979b08e..0ac25f461c6 100644 --- a/audio/py-last/Makefile +++ b/audio/py-last/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/02 23:48:06 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 22:14:00 wiz Exp $ # DISTNAME= pylast-0.5.11 @@ -12,7 +12,6 @@ COMMENT= Python interface to Last.fm LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 25 PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/distutils.mk" |