aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-06-21 12:07:51 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-06-21 12:07:51 +0000
commit50408d9837e2f2214662dd043deff64fe6c07957 (patch)
tree40a2774a99fa246d8c3bc1b3621d22a381c10d82 /graphics
parentcec1f69fe9072511c1c6c1f749620d3368bdbaa1 (diff)
downloadports-50408d9837e2f2214662dd043deff64fe6c07957.tar.gz
ports-50408d9837e2f2214662dd043deff64fe6c07957.zip
- Mark ffmpeg support as broken and disable it as default
PR: 147928 Submitted by: Josh Carroll <josh.carroll@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=256783
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile3
1 files changed, 2 insertions, 1 deletions
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