accept python26 and 27, because just not accept 24.
This commit is contained in:
parent
f8ce0a2b8a
commit
565d31c3e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue