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

(-)b/graphics/wdune/Makefile (-4 / +4 lines)
Lines 17-35 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
17
		libmpfr.so:math/mpfr \
17
		libmpfr.so:math/mpfr \
18
		libosdCPU.so:graphics/opensubdiv \
18
		libosdCPU.so:graphics/opensubdiv \
19
		libpng.so:graphics/png \
19
		libpng.so:graphics/png \
20
		libswresample.so:multimedia/ffmpeg
20
		libswresample.so.3:multimedia/ffmpeg4
21
21
22
USES=		compiler:c++11-lang gl jpeg motif sdl tar:bzip2 xorg
22
USES=		compiler:c++11-lang gl jpeg motif sdl tar:bzip2 xorg
23
USE_XORG=	x11 xft xi xmu xext xt
23
USE_XORG=	x11 xft xi xmu xext xt
24
USE_GL=		gl glu glut
24
USE_GL=		gl glu glut
25
USE_SDL=	sdl
25
USE_SDL=	sdl
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS+=	--with-optimization \
27
CONFIGURE_ARGS=	--with-optimization \
28
		--without-devil \
28
		--without-devil \
29
		--with-cgalheaders \
29
		--with-cgalheaders \
30
		--with-helpurl="${DOCSDIR}/index.html"
30
		--with-helpurl="${DOCSDIR}/index.html"
31
CPPFLAGS+=	-I${LOCALBASE}/include/freetype2 -D__FREEBSD__
31
CPPFLAGS+=	-I${LOCALBASE}/ffmpeg4/include -I${LOCALBASE}/include/freetype2 -D__FREEBSD__
32
LDFLAGS+=	-L${LOCALBASE}/lib
32
LDFLAGS+=	-L${LOCALBASE}/ffmpeg4/lib -L${LOCALBASE}/lib
33
33
34
CONFLICTS_INSTALL=	ocaml-dune
34
CONFLICTS_INSTALL=	ocaml-dune
35
35

Return to bug 270212