diff options
Diffstat (limited to 'audio/py-beets/Makefile')
-rw-r--r-- | audio/py-beets/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile index 567a6dd8e43..57a8cec2519 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/15 16:17:23 drochner Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/25 10:29:56 wiz Exp $ DISTNAME= v1.3.2 PKGNAME= beets-${DISTNAME:S/v//} @@ -20,6 +19,8 @@ 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 # py-mutagen + .include "../../lang/python/pyversion.mk" .if empty(PYPKGPREFIX:Mpy27) DEPENDS+= ${PYPKGPREFIX}-ordereddict-[0-9]*:../../devel/py-ordereddict |