diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-30 15:52:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-30 15:52:08 +0000 |
commit | be26eee4d5ac7ffc95b4bd62d5d45fca497656c5 (patch) | |
tree | 88fad625d49fcca825415f28e7a3228d5a3345bd /audio | |
parent | c818f92926a95a12cc89cdeb47179d78b23ae541 (diff) | |
download | pkgsrc-be26eee4d5ac7ffc95b4bd62d5d45fca497656c5.tar.gz |
No good on python25.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-last/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-last/Makefile b/audio/py-last/Makefile index f3b4faadbaa..47f88cf410e 100644 --- a/audio/py-last/Makefile +++ b/audio/py-last/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/30 13:50:45 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/30 15:52:08 dholland Exp $ # DISTNAME= pylast-0.5.11 @@ -14,6 +14,7 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 25 PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/distutils.mk" |