View | Details | Raw Unified | Return to bug 147928
Collapse All | Expand All

(-)gegl.new/Makefile (-1 / +5 lines)
Lines 19-25 Link Here
19
19
20
OPTIONS=	CAIRO		"Enable Cairo" on \
20
OPTIONS=	CAIRO		"Enable Cairo" on \
21
		ENSCRIPT	"Enable Enscript" on \
21
		ENSCRIPT	"Enable Enscript" on \
22
		FFMPEG		"Enable videos through ffmpeg" on \
22
		FFMPEG		"Enable videos through ffmpeg (**BROKEN**)" off \
23
		GRAPHVIZ	"Enable Graphviz" on \
23
		GRAPHVIZ	"Enable Graphviz" on \
24
		JPEG		"Enable JPEG format support" on \
24
		JPEG		"Enable JPEG format support" on \
25
		LUA		"Enable LUA" on \
25
		LUA		"Enable LUA" on \
Lines 54-59 Link Here
54
54
55
.include <bsd.port.pre.mk>
55
.include <bsd.port.pre.mk>
56
56
57
.if defined(WITH_FFMPEG)
58
BROKEN=	ffmpeg support is currently broken
59
.endif
60
57
.if !defined(WITHOUT_CAIRO)
61
.if !defined(WITHOUT_CAIRO)
58
LIB_DEPENDS+=	cairo.2:${PORTSDIR}/graphics/cairo
62
LIB_DEPENDS+=	cairo.2:${PORTSDIR}/graphics/cairo
59
PLIST_SUB+=	CAIRO=""
63
PLIST_SUB+=	CAIRO=""

Return to bug 147928