summaryrefslogtreecommitdiff
path: root/multimedia/mkv2mp4
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2009-01-23 17:55:27 +0000
committerjmcneill <jmcneill@pkgsrc.org>2009-01-23 17:55:27 +0000
commit564a6c722e16bfbabad5e48b271b926e3f504b6d (patch)
tree7f4bd79855a560b5bfdf6e3bbc8d980d14b99782 /multimedia/mkv2mp4
parent66d294f1703857d29e3e6d29555d486a8e561dc4 (diff)
downloadpkgsrc-564a6c722e16bfbabad5e48b271b926e3f504b6d.tar.gz
subprocess.check_call is new in python 2.5, so require it
Diffstat (limited to 'multimedia/mkv2mp4')
-rw-r--r--multimedia/mkv2mp4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mkv2mp4/Makefile b/multimedia/mkv2mp4/Makefile
index 9e5940e5fe3..2803aeff785 100644
--- a/multimedia/mkv2mp4/Makefile
+++ b/multimedia/mkv2mp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/23 15:14:41 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/23 17:55:27 jmcneill Exp $
#
SVNREV= 11
@@ -19,6 +19,8 @@ COMMENT= Remux mkv files to mp4 files compatible with standalone players
WRKSRC= ${WRKDIR}
REPLACE_PYTHON= ${DISTNAME}.py
+# uses subprocess.check_call, which is new in 2.5
+PYTHON_VERSIONS_ACCEPTED= 25
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.py \