diff options
author | obache <obache@pkgsrc.org> | 2011-05-29 00:38:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-29 00:38:59 +0000 |
commit | a849e1c5c5eb037426c457a0d774e9a11dbd05ab (patch) | |
tree | 750d30b45726abdce8e075d41da589c7d7cfabda /audio | |
parent | b78ffe23c3f477f746cc42116ca6ccf102e2eeaf (diff) | |
download | pkgsrc-a849e1c5c5eb037426c457a0d774e9a11dbd05ab.tar.gz |
accept python26 and 27, because just not accept 24.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sonata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 110c986c724..f56ee38febf 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/04/22 13:42:59 obache Exp $ +# $NetBSD: Makefile,v 1.20 2011/05/29 00:38:59 obache Exp $ # DISTNAME= sonata-1.6.2 @@ -13,7 +13,7 @@ COMMENT= Elegant GTK2 client for the Music Player Daemon PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_TOOLS+= pkg-config msgfmt |