diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-06 21:56:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-06 21:56:50 +0000 |
commit | 22e1841a5e156f7ceacd7068e83650dec310703c (patch) | |
tree | 407b24c04351b61e581075946f7b7988aff10d65 /audio/py-karaoke | |
parent | 91d91e42068a6fff15fd3a30a7c5bb1ae00f3c6d (diff) | |
download | pkgsrc-22e1841a5e156f7ceacd7068e83650dec310703c.tar.gz |
Restrict to versions supported by py-wxWidgets.
Diffstat (limited to 'audio/py-karaoke')
-rw-r--r-- | audio/py-karaoke/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index e728ebda140..8facb6b7366 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/06 00:13:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/06 21:56:50 joerg Exp $ # DISTNAME= pykaraoke-0.5 @@ -14,6 +14,7 @@ COMMENT= Free Python-based karaoke player # for .kar files, untested for lack of files #DEPENDS+= timidity-[0-9]*:../../audio/timidity +PYTHON_VERSIONS_ACCEPTED= 24 23 PYDISTUTILSPKG= yes # supposedly needed, but I couldn't find out why |