diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-14 22:00:21 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-14 22:00:21 +0000 |
commit | 8c16dd79f73b7a3ba421f810540c1e11a9a0ad2e (patch) | |
tree | 47c74451aa2dc59bd3195c786dff57faccc15adc /audio/sonata | |
parent | 8097a47107d65ae0971f37ee209a571051601120 (diff) | |
download | pkgsrc-8c16dd79f73b7a3ba421f810540c1e11a9a0ad2e.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
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 7d540c23faf..e5daba94420 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/09/18 10:21:17 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/11/14 22:06:37 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 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_DIRS+= xdg-1.4 |