summaryrefslogtreecommitdiff
path: root/audio/py-musique
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-26 23:56:25 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-26 23:56:25 +0000
commit78dceedd103e6fe6468a2b009dfe10112e5e86c6 (patch)
treece8a48ea24a0ca04cf64e0067ea28878971f43a6 /audio/py-musique
parent814c93c36a18e40f0ed5d569d17dc3bda6bd8151 (diff)
downloadpkgsrc-78dceedd103e6fe6468a2b009dfe10112e5e86c6.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/Makefile4
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"