diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:30:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:30:19 +0000 |
commit | 6cf1ce0537a67f7181fdde12f5740abfbdee809f (patch) | |
tree | 10ba8169189b12f6e43292899349e3867c2067d8 /audio | |
parent | 71d427f62d9f492af7132b6c507bc04962b3687b (diff) | |
download | pkgsrc-6cf1ce0537a67f7181fdde12f5740abfbdee809f.tar.gz |
Needs Python 2.4.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-karaoke/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 8facb6b7366..d03c5552b96 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/06 21:56:50 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/15 14:30:19 joerg Exp $ # DISTNAME= pykaraoke-0.5 @@ -14,7 +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 +PYTHON_VERSIONS_ACCEPTED= 24 PYDISTUTILSPKG= yes # supposedly needed, but I couldn't find out why |