summaryrefslogtreecommitdiff
path: root/audio/py-musique
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-26 23:56:25 +0000
committerjoerg <joerg>2006-05-26 23:56:25 +0000
commit62966dd1c20f980093f11aec9bd8c9cd61c8cae5 (patch)
treece8a48ea24a0ca04cf64e0067ea28878971f43a6 /audio/py-musique
parent0113554bcb33549e834ea3131db475e8ffdfea79 (diff)
downloadpkgsrc-62966dd1c20f980093f11aec9bd8c9cd61c8cae5.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"