diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
commit | cfb5837ff13624aafa3c6daac178d20ed0ccddd2 (patch) | |
tree | 2dae912923adfd65b6831e752fab7a16e5b3c3b6 /audio/sonata | |
parent | a65b6c75a19cdf3610084b2c8db26b1063cfb125 (diff) | |
download | pkgsrc-cfb5837ff13624aafa3c6daac178d20ed0ccddd2.tar.gz |
Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.
Diffstat (limited to 'audio/sonata')
-rw-r--r-- | audio/sonata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index e5daba94420..d99063a3e77 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/11/14 22:06:37 hasso Exp $ +# $NetBSD: Makefile,v 1.8 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= sonata-1.5.2 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= musicpd>0:../../audio/musicpd -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_DIRS+= xdg-1.4 |