diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-01 03:52:54 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-01 03:52:54 +0000 |
commit | 15530f207bcd735b10525967ea6fee228058ff73 (patch) | |
tree | 71a09765a6c3ae83d922478e787f808799e7b302 | |
parent | 5d85baec4240d4a76f2a1fa8c6aa35cb9db99458 (diff) | |
download | pkgsrc-15530f207bcd735b10525967ea6fee228058ff73.tar.gz |
Doesn't support python25.
-rw-r--r-- | audio/py-audiotools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |