diff options
author | wiz <wiz> | 2014-10-20 13:07:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-20 13:07:30 +0000 |
commit | 87d6f2ec2ab22664a116b56b5f1467c29a389554 (patch) | |
tree | 8200e27fd3487df4df7121a160785b46686db27c /audio | |
parent | 5964f8ec242c9c8fef553f52b7aaa91e1a72583e (diff) | |
download | pkgsrc-87d6f2ec2ab22664a116b56b5f1467c29a389554.tar.gz |
Update comment - py-mutagen is 3.x ready, but this itself isn't.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-beets/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile index 0226bb5e8c2..f1544878176 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/10/17 16:04:24 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2014/10/20 13:07:30 wiz Exp $ DISTNAME= v1.3.8 PKGNAME= beets-${DISTNAME:S/v//} @@ -21,10 +21,10 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.8 .include "../../lang/python/pyversion.mk" -.if empty(PYPKGPREFIX:Mpy27) +.if !empty(PYPKGPREFIX:Mpy26) DEPENDS+= ${PYPKGPREFIX}-ordereddict-[0-9]*:../../devel/py-ordereddict .endif |