summaryrefslogtreecommitdiff
path: root/multimedia/mkv2mp4
diff options
context:
space:
mode:
authortron <tron>2010-11-27 23:48:14 +0000
committertron <tron>2010-11-27 23:48:14 +0000
commit458f8a1e03842f03f3aa7490a70fd65bad1982ea (patch)
treeb28f52f0c911865362e9f18054ed5fad49f7c605 /multimedia/mkv2mp4
parentf6d9847ede54667d17113afd7319553f4518642b (diff)
downloadpkgsrc-458f8a1e03842f03f3aa7490a70fd65bad1982ea.tar.gz
This should work with Python 2.6 as well.
Diffstat (limited to 'multimedia/mkv2mp4')
-rw-r--r--multimedia/mkv2mp4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkv2mp4/Makefile b/multimedia/mkv2mp4/Makefile
index 5558799b28c..5774ff886db 100644
--- a/multimedia/mkv2mp4/Makefile
+++ b/multimedia/mkv2mp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/11/13 21:09:00 shattered Exp $
+# $NetBSD: Makefile,v 1.9 2010/11/27 23:48:14 tron Exp $
#
SVNREV= 11
@@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}
REPLACE_PYTHON= ${DISTNAME}.py
# uses subprocess.check_call, which is new in 2.5
-PYTHON_VERSIONS_ACCEPTED= 25
+PYTHON_VERSIONS_ACCEPTED= 25 26
INSTALLATION_DIRS= bin share/doc/mkv2mp4