diff options
Diffstat (limited to 'multimedia/mkv2mp4/Makefile')
-rw-r--r-- | multimedia/mkv2mp4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mkv2mp4/Makefile b/multimedia/mkv2mp4/Makefile index 5136517171e..14e939cf384 100644 --- a/multimedia/mkv2mp4/Makefile +++ b/multimedia/mkv2mp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/09/22 13:48:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/03 22:14:02 wiz Exp $ # SVNREV= 11 @@ -20,8 +20,6 @@ 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 27 26 INSTALLATION_DIRS= bin share/doc/mkv2mp4 |