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

(-)/usr/ports/graphics/php4-ffmpeg/Makefile (-2 / +9 lines)
Lines 18-25 Link Here
18
MAINTAINER=	acm@FreeBSD.org
18
MAINTAINER=	acm@FreeBSD.org
19
COMMENT=	The ffmpeg shared extension for php
19
COMMENT=	The ffmpeg shared extension for php
20
20
21
LIB_DEPENDS=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
21
LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
22
		gd.4:${PORTSDIR}/graphics/gd
22
23
OPTIONS=	FFMPEG_DEVEL "Use ffmpeg development version" off
24
25
.if !defined(WITH_FFMPEG_DEVEL)
26
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
27
.else
28
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel
29
.endif
23
30
24
USE_BZIP2=	yes
31
USE_BZIP2=	yes
25
USE_PHP=	yes
32
USE_PHP=	yes

Return to bug 111919