summaryrefslogtreecommitdiff
path: root/audio/py-beets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-beets/Makefile')
-rw-r--r--audio/py-beets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile
index 72cf7c5951c..62c5d72a8ee 100644
--- a/audio/py-beets/Makefile
+++ b/audio/py-beets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/04/14 11:25:37 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:28 adam Exp $
DISTNAME= v1.3.10
PKGNAME= beets-${DISTNAME:S/v//}
@@ -21,7 +21,7 @@ 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 # not yet ported as of 1.3.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.8
DIST_SUBDIR= py-beets
WRKSRC= ${WRKDIR}/beets-${DISTNAME:S/v//}