diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 13:46:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 13:46:59 +0000 |
commit | 4506c55e7d03b8bf8719952d646e0a6f215ae6e3 (patch) | |
tree | b526edaa26cd77fed39787abecd325f7255470c6 /audio/sonata | |
parent | e595e5d25c6a5716f04329f00ce6ba1120def6c6 (diff) | |
download | pkgsrc-4506c55e7d03b8bf8719952d646e0a6f215ae6e3.tar.gz |
Fix Python version order.
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 d99063a3e77..e0faf7ce878 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/11/19 03:39:57 hasso Exp $ +# $NetBSD: Makefile,v 1.9 2009/02/11 13:46:59 joerg Exp $ # DISTNAME= sonata-1.5.2 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= musicpd>0:../../audio/musicpd -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_DIRS+= xdg-1.4 |