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

(-)b/graphics/swftools/Makefile (-4 / +6 lines)
Lines 18-25 LIB_DEPENDS= libt1.so:devel/t1lib \ Link Here
18
		libfreetype.so:print/freetype2 \
18
		libfreetype.so:print/freetype2 \
19
		libfontconfig.so:x11-fonts/fontconfig
19
		libfontconfig.so:x11-fonts/fontconfig
20
20
21
USES=		gmake pkgconfig jpeg gl
21
USES=		gmake pkgconfig jpeg
22
USE_GL=		glut
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	ac_cv_lib_zzip_zzip_file_open=no
23
CONFIGURE_ENV=	ac_cv_lib_zzip_zzip_file_open=no
25
24
Lines 35-44 BINFILES= as3compile font2swf gif2swf jpeg2swf pdf2swf png2swf \ Link Here
35
		swfbbox swfc swfcombine swfdump swfextract swfrender \
34
		swfbbox swfc swfcombine swfdump swfextract swfrender \
36
		swfstrings wav2swf
35
		swfstrings wav2swf
37
36
38
OPTIONS_DEFINE=	LAME PDF
37
OPTIONS_DEFINE=	LAME PDF OPENGL
39
OPTIONS_SUB=	yes
38
OPTIONS_DEFAULT=OPENGL
39
OPTIONS_SUB=	yest
40
LAME_LIB_DEPENDS=	libmp3lame.so:audio/lame
40
LAME_LIB_DEPENDS=	libmp3lame.so:audio/lame
41
PDF_LIB_DEPENDS=	libpdf.so:print/pdflib
41
PDF_LIB_DEPENDS=	libpdf.so:print/pdflib
42
OPENGL_USES=	gl
43
OPENGL_USE_GL=	glut
42
44
43
.include <bsd.port.options.mk>
45
.include <bsd.port.options.mk>
44
46

Return to bug 256716