summaryrefslogtreecommitdiff
path: root/graphics/php4-ffmpeg/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-05-25 17:08:35 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-05-25 17:08:35 +0000
commitbdc75674d0e0c25a7bc860b2d0a6da20bff99ca0 (patch)
treefa3f4c8b9b204eb6cd856e8231ad40a057b6936b /graphics/php4-ffmpeg/Makefile
parent- Update to 2007-04-29 (merged from multimedia/ffmpeg-devel) (diff)
Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel
Notes
Notes: svn path=/head/; revision=191808
Diffstat (limited to 'graphics/php4-ffmpeg/Makefile')
-rw-r--r--graphics/php4-ffmpeg/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/graphics/php4-ffmpeg/Makefile b/graphics/php4-ffmpeg/Makefile
index d91830a66b63..f21ef098d4ce 100644
--- a/graphics/php4-ffmpeg/Makefile
+++ b/graphics/php4-ffmpeg/Makefile
@@ -18,7 +18,8 @@ EXTRACT_SUFX= .tbz2
MAINTAINER= acm@FreeBSD.org
COMMENT= The ffmpeg shared extension for php
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
+ avutil.1:${PORTSDIR}/multimedia/ffmpeg
USE_BZIP2= yes
USE_PHP= yes
@@ -28,14 +29,4 @@ IGNORE_WITH_PHP?=5
DEFAULT_PHP_VER?=4
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
-OPTIONS= FFMPEG_DEVEL "Use ffmpeg development version" off
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITH_FFMPEG_DEVEL)
-LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
-.else
-LIB_DEPENDS+= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>