diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-15 16:50:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-15 16:50:42 +0000 |
commit | 927a3ca68e2dde9a35d42233a882fdd7ddb6230c (patch) | |
tree | 2aa5278c6bd7881c9e0f38c3446da60381551a88 /audio | |
parent | 60c4ea68c39a5d01957ec0a01a3b8c2ea2453245 (diff) | |
download | pkgsrc-927a3ca68e2dde9a35d42233a882fdd7ddb6230c.tar.gz |
py-gtk needs Python 2.4
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 59b0b50618b..a91e8d46f5f 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/09/21 13:03:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/03/15 16:50:42 joerg Exp $ # DISTNAME= pymusique-0.5 @@ -23,7 +23,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= 24 23 +PYTHON_VERSIONS_ACCEPTED= 24 PYDISTUTILSPKG= yes |