diff options
Diffstat (limited to 'audio/py-acoustid/Makefile')
-rw-r--r-- | audio/py-acoustid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-acoustid/Makefile b/audio/py-acoustid/Makefile index 80e1f38e3c1..e1ce62d09e2 100644 --- a/audio/py-acoustid/Makefile +++ b/audio/py-acoustid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:02 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:42 maya Exp $ DISTNAME= v1.0.0 PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0 @@ -17,7 +17,7 @@ DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint WRKSRC= ${WRKDIR}/pyacoustid-1.0.0 USE_LANGUAGES= # none EGG_NAME= pyacoustid-1.0.0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.0.0 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |