diff options
Diffstat (limited to 'audio/picard/Makefile')
-rw-r--r-- | audio/picard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index e5a90951564..9fbee12d147 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/04/26 14:12:31 maya Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/02 13:20:05 adam Exp $ DISTNAME= picard-1.3.2 PKGREVISION= 5 @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.3.1 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} |