diff options
author | tnn <tnn> | 2009-08-19 11:34:34 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-08-19 11:34:34 +0000 |
commit | 22c1849b326b2ad3097996a20c2b5898c9e007c0 (patch) | |
tree | c733813989ec51b08f44a3c41aeb7df122b062c9 /audio | |
parent | c3e4044ee181d0c96fb29f66dde6eec428324704 (diff) | |
download | pkgsrc-22c1849b326b2ad3097996a20c2b5898c9e007c0.tar.gz |
not for python-2.4, because support was dropped from py-gtk2
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 1e69cece2c7..529e2221fb0 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/02/11 14:23:32 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/19 11:36:38 tnn 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= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PYDISTUTILSPKG= yes |