diff options
author | joerg <joerg> | 2006-05-26 23:56:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 23:56:25 +0000 |
commit | a443f8b1bbaf72b97e000d02bc60929ccdbdcc4a (patch) | |
tree | ce8a48ea24a0ca04cf64e0067ea28878971f43a6 /audio/py-musique | |
parent | a2dea31ebe0cc44d05cd2ffac71f5c1e95c0170a (diff) | |
download | pkgsrc-a443f8b1bbaf72b97e000d02bc60929ccdbdcc4a.tar.gz |
Restrict to Python 2.3 and 2.4, py-gtk2 doesn't support older versions.
Diffstat (limited to 'audio/py-musique')
-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" |