diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-20 13:06:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-20 13:06:25 +0000 |
commit | f624c9377ddb55380e3d0a7d3b60ddbd41b0674f (patch) | |
tree | 1166db2238dcd60c690618ee0f5f304da26082a9 /audio | |
parent | 31e1ca04b90d6a16989e5bf309a4bcd3ec8069b6 (diff) | |
download | pkgsrc-f624c9377ddb55380e3d0a7d3b60ddbd41b0674f.tar.gz |
Update comment; py-mutagen is 3.x ready, but this itself isn't.
Diffstat (limited to 'audio')
-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 6482abe6b8d..5d60376d964 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/08/11 23:09:44 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/10/20 13:06:25 wiz Exp $ DISTNAME= picard-1.2 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} |