Update comment. py-mutagen is 3.x ready, but this itself isn't.
This commit is contained in:
parent
282ddf81c5
commit
e45bcad9f7
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2014/05/09 07:38:42 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2014/10/20 13:09:05 thomasklausner Exp $
|
||||
|
||||
DISTNAME= ConvertToMP3_0.6.3
|
||||
PKGNAME= converttomp3-0.6.3
|
||||
|
@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}
|
|||
INSTALLATION_DIRS= bin
|
||||
|
||||
REPLACE_PYTHON+= ConvertToMP3.py
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.3
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ConvertToMP3.py \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2014/05/09 07:38:42 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2014/10/20 13:09:05 thomasklausner Exp $
|
||||
|
||||
DISTNAME= dir2ogg-0.11.8
|
||||
CATEGORIES= audio
|
||||
|
@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|||
REPLACE_PYTHON+= ${WRKSRC}/dir2ogg
|
||||
NO_BUILD= yes
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.11.8
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/dir2ogg ${DESTDIR}${PREFIX}/bin
|
||||
|
|
Loading…
Reference in a new issue