summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-01-26 23:06:01 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-01-26 23:06:01 +0000
commit9ad0a90f0cff33a0b74c68fe27759b3e0c609beb (patch)
tree164275b20e9f843f66e7c80666301e6092a4d6e4 /graphics
parent- Update to 1.13.02 (diff)
- Fix detection of swscale support
- Bump PORTREVISION Submitted by: Vadim Pisarev <plv _ at _ farpost.com> via email
Notes
Notes: svn path=/head/; revision=248635
Diffstat (limited to 'graphics')
-rw-r--r--graphics/php5-ffmpeg/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile
index 5b2adce4fc4e..89ebd4877037 100644
--- a/graphics/php5-ffmpeg/Makefile
+++ b/graphics/php5-ffmpeg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}-php/${PORTNAME}-php/${PORTVERSION}
PKGNAMEPREFIX= php5-
@@ -30,4 +30,7 @@ USE_PHPEXT= yes
CONFIGURE_ARGS+= --with-ffmpeg=${LOCALBASE}/include
+post-patch:
+ @${REINPLACE_CMD} -e 's|==|=|g' ${WRKSRC}/config.m4
+
.include <bsd.port.mk>