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 | ff6b89112867c4316af49f84ee5210a60789741c (patch) | |
tree | b526edaa26cd77fed39787abecd325f7255470c6 | |
parent | 9b8c61c402ffa35de15a2d57a76ac27bc895f155 (diff) | |
download | pkgsrc-ff6b89112867c4316af49f84ee5210a60789741c.tar.gz |
Fix Python version order.
-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 |