diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-20 11:13:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-20 11:13:51 +0000 |
commit | 307026d85b755f4a477ad9aecba0b6f9bff47aec (patch) | |
tree | 4e4e6134f70e90ad26790f9f007c71ffcb3a2ab5 /audio | |
parent | 6d4dec0e6482809b4839cf98ae8fd132f643081d (diff) | |
download | pkgsrc-307026d85b755f4a477ad9aecba0b6f9bff47aec.tar.gz |
Update comment now that py-mutagen supports python3.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/exaile/Makefile | 4 | ||||
-rw-r--r-- | audio/py-karaoke/Makefile | 4 | ||||
-rw-r--r-- | audio/quodlibet2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 82e4f78dfeb..a9a15c69739 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/05/09 07:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2014/10/20 11:13:51 wiz Exp $ DISTNAME= exaile_0.2.14 PKGNAME= ${DISTNAME:S/_/-/1} @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config gmake intltool msgfmt REPLACE_PYTHON= exaile.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen, py-sqlite2, py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2, py-gtk2, py-gstreamer0.10 MAKE_ENV+= PYTHONBIN=${PYTHONBIN} MAKE_FLAGS+= PKGLOCALEDIR=${PKGLOCALEDIR} diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 0a769a36a5a..23c8b1dbf9d 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/10/20 11:13:51 wiz Exp $ DISTNAME= pykaraoke-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric, py-wxWidgets, py-mutagen +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric, py-wxWidgets REPLACE_PYTHON+= performer_prompt.py REPLACE_PYTHON+= pycdg.py diff --git a/audio/quodlibet2/Makefile b/audio/quodlibet2/Makefile index b9a5db4cb0a..398344cd667 100644 --- a/audio/quodlibet2/Makefile +++ b/audio/quodlibet2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/10/01 16:09:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/10/20 11:13:51 wiz Exp $ DISTNAME= quodlibet-2.6.3 PKGREVISION= 4 @@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes #BUILD_TARGET= _trayicon.so _mmkeys.so PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen, py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 REPLACE_PYTHON= exfalso.py quodlibet.py operon.py .include "../../devel/py-gobject/buildlink3.mk" |