From 15530f207bcd735b10525967ea6fee228058ff73 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 1 Jul 2012 03:52:54 +0000 Subject: Doesn't support python25. --- audio/py-audiotools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile index ea11cb6682e..d3fe67f9c6b 100644 --- a/audio/py-audiotools/Makefile +++ b/audio/py-audiotools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/07/01 01:56:16 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2012/07/01 03:52:54 dholland Exp $ # DISTNAME= audiotools-2.18 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c +PYTHON_VERSIONS_INCOMPATIBLE= 25 + REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/python REPLACE.python.new= ${PYTHONBIN} -- cgit v1.2.3