diff options
author | joerg <joerg> | 2009-02-09 21:09:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 21:09:20 +0000 |
commit | 781480548c1754a1d01fab923756ad398b55ff3c (patch) | |
tree | 635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /multimedia | |
parent | 8fab6153e46ea377f949af813ba4f90fbb65d8c3 (diff) | |
download | pkgsrc-781480548c1754a1d01fab923756ad398b55ff3c.tar.gz |
Remove Python 2.1 support.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mkv2mp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkv2mp4/Makefile b/multimedia/mkv2mp4/Makefile index 3dc52e79cec..5f0274ba913 100644 --- a/multimedia/mkv2mp4/Makefile +++ b/multimedia/mkv2mp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/01/23 17:57:49 jmcneill Exp $ +# $NetBSD: Makefile,v 1.5 2009/02/09 21:09:22 joerg Exp $ # SVNREV= 11 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR} REPLACE_PYTHON= ${DISTNAME}.py # uses subprocess.check_call, which is new in 2.5 -PYTHON_VERSIONS_INCOMPATIBLE= 21 23 24 +PYTHON_VERSIONS_ACCEPTED= 25 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.py \ |