diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-26 23:56:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-26 23:56:25 +0000 |
commit | dbf92eb28d1b097b2d3646e668fe49a699107c2a (patch) | |
tree | ce8a48ea24a0ca04cf64e0067ea28878971f43a6 /audio/py-musique/Makefile | |
parent | fc56458e6ef58d420c3584f08e51b7479e728e55 (diff) | |
download | pkgsrc-dbf92eb28d1b097b2d3646e668fe49a699107c2a.tar.gz |
Restrict to Python 2.3 and 2.4, py-gtk2 doesn't support older versions.
Diffstat (limited to 'audio/py-musique/Makefile')
-rw-r--r-- | audio/py-musique/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index b15b1ecffa2..4cd8fb5d0e2 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/26 23:56:25 joerg Exp $ # DISTNAME= pymusique-0.5 @@ -23,6 +23,8 @@ 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 + PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" |