From 2bbeff01a83345c82baaddf8717a5770ffe825a3 Mon Sep 17 00:00:00 2001 From: gahr Date: Mon, 21 Jun 2010 12:07:51 +0000 Subject: - Mark ffmpeg support as broken and disable it as default PR: 147928 Submitted by: Josh Carroll Feature safe: yes --- graphics/gegl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index fbbb7df5d42f..a113fa69d5a2 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl \ OPTIONS= CAIRO "Enable Cairo" on \ ENSCRIPT "Enable Enscript" on \ - FFMPEG "Enable videos through ffmpeg" on \ + FFMPEG "Enable videos through ffmpeg (BROKEN)" off \ GRAPHVIZ "Enable Graphviz" on \ JPEG "Enable JPEG format support" on \ LUA "Enable LUA" on \ @@ -67,6 +67,7 @@ BUILD_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4 .endif .if !defined(WITHOUT_FFMPEG) +BROKEN= ffmpeg support is currently broken LIB_DEPENDS+= avformat.1:${PORTSDIR}/multimedia/ffmpeg PLIST_SUB+= FFMPEG="" .else -- cgit