diff options
author | wiz <wiz> | 2017-02-14 10:26:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-02-14 10:26:27 +0000 |
commit | 4cbc07a2991926acd6b12789a77d1df0654848b4 (patch) | |
tree | 3bec4a7a1ab8d13d79ed6abab8276e5426caea00 /audio | |
parent | 53681ddac11130644e3994ebfb669be5642ede2e (diff) | |
download | pkgsrc-4cbc07a2991926acd6b12789a77d1df0654848b4.tar.gz |
Update python 3.x status after py-twisted now supports 3.x.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-musique/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index da9807de7e3..255eb30ef8a 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2017/02/12 06:25:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2017/02/14 10:26:27 wiz Exp $ DISTNAME= pymusique-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted, py-mcrypt, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mcrypt, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |