diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-01 15:32:53 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-01 15:32:53 +0000 |
commit | 3ebc5b88cbe09595c1ced9083012b0e67a17d08d (patch) | |
tree | 88a3ea4c055f1287430e3e7ea61ecb31623128f6 /graphics/php4-ffmpeg | |
parent | 49326b9be0710f20fe0646622787e42542bc5604 (diff) | |
download | ports-3ebc5b88cbe09595c1ced9083012b0e67a17d08d.tar.gz ports-3ebc5b88cbe09595c1ced9083012b0e67a17d08d.zip |
Notes
Diffstat (limited to 'graphics/php4-ffmpeg')
-rw-r--r-- | graphics/php4-ffmpeg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/php4-ffmpeg/Makefile b/graphics/php4-ffmpeg/Makefile index 1bd5fe00ea40..edb0ffa0d38e 100644 --- a/graphics/php4-ffmpeg/Makefile +++ b/graphics/php4-ffmpeg/Makefile @@ -7,6 +7,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}-${PKGNAMEPREFIX:S/4-//:S/5-//} @@ -22,6 +23,7 @@ LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ USE_BZIP2= yes USE_PHP= yes +USE_PHPIZE= yes USE_PHPEXT= yes IGNORE_WITH_PHP?=5 DEFAULT_PHP_VER?=4 |