diff options
author | acm <acm@FreeBSD.org> | 2010-01-27 07:06:01 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-01-27 07:06:01 +0800 |
commit | aea3a2e364712fdecce712d3b58be7325e7b6ff8 (patch) | |
tree | fedcaf8aac66ee7c1dce9c21b4be2e39d2bc3c32 | |
parent | fb07d5fd54a7b51461ceacb476f90365287d237c (diff) | |
download | freebsd-ports-gnome-aea3a2e364712fdecce712d3b58be7325e7b6ff8.tar.gz freebsd-ports-gnome-aea3a2e364712fdecce712d3b58be7325e7b6ff8.tar.zst freebsd-ports-gnome-aea3a2e364712fdecce712d3b58be7325e7b6ff8.zip |
- Fix detection of swscale support
- Bump PORTREVISION
Submitted by: Vadim Pisarev <plv _ at _ farpost.com> via email
-rw-r--r-- | graphics/php5-ffmpeg/Makefile | 5 |
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> |