summaryrefslogtreecommitdiff
path: root/net/bandcamp-dl
diff options
context:
space:
mode:
Diffstat (limited to 'net/bandcamp-dl')
-rw-r--r--net/bandcamp-dl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bandcamp-dl/Makefile b/net/bandcamp-dl/Makefile
index 13169fcd49f..37422100d08 100644
--- a/net/bandcamp-dl/Makefile
+++ b/net/bandcamp-dl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/21 18:10:05 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/16 12:44:54 wiz Exp $
DISTNAME= bandcamp-downloader-0.0.10
PKGNAME= ${DISTNAME:S/-downloader/-dl/1}
@@ -19,5 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-unicode-slugify-[0-9]*:../../converters/py-unicode-slug
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mutagen
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"