diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 14:23:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 14:23:31 +0000 |
commit | be089192f3ebbc765a734cd7893849e5ddbddaa6 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /audio | |
parent | ff6b89112867c4316af49f84ee5210a60789741c (diff) | |
download | pkgsrc-be089192f3ebbc765a734cd7893849e5ddbddaa6.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
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 8aec959c441..1e69cece2c7 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/11/19 03:39:57 hasso Exp $ +# $NetBSD: Makefile,v 1.18 2009/02/11 14:23:32 joerg 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= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes |