diff options
author | obache <obache@pkgsrc.org> | 2011-06-13 11:55:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-13 11:55:39 +0000 |
commit | aaa790c36fb0ca2c97057041276825a454881563 (patch) | |
tree | 74295e30d39d33ed4e97dc984d91e31d53358b10 /audio | |
parent | e1056c326c33500470e52c4749470f430eff2022 (diff) | |
download | pkgsrc-aaa790c36fb0ca2c97057041276825a454881563.tar.gz |
no reason to restrcit to python25, just not accept python24 for pygtk2.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-musique/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 9d6344fdd1a..f2332455843 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/04/22 13:42:58 obache Exp $ +# $NetBSD: Makefile,v 1.26 2011/06/13 11:55:39 obache Exp $ # DISTNAME= pymusique-0.5 @@ -25,7 +25,7 @@ DEPENDS+= ${PYPKGPREFIX}-mcrypt-[0-9]*:../../security/py-mcrypt DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PYDISTUTILSPKG= yes |