diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
commit | 77cb321f555961d887151f7a0e56b4289007a832 (patch) | |
tree | 8cf380a192f1f3bb956bfa03e547165460421400 /graphics/php5-ffmpeg/Makefile | |
parent | 12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff) |
Notes
Diffstat (limited to 'graphics/php5-ffmpeg/Makefile')
-rw-r--r-- | graphics/php5-ffmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile index 14792c54b7d9..87aba70298da 100644 --- a/graphics/php5-ffmpeg/Makefile +++ b/graphics/php5-ffmpeg/Makefile @@ -21,12 +21,12 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ avutil.1:${PORTSDIR}/multimedia/ffmpeg CFLAGS+= -I${LOCALBASE}/include -DEFAULT_PHP_VER=5 -IGNORE_WITH_PHP=4 USE_BZIP2= yes USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS+= --with-ffmpeg=${LOCALBASE}/include |