diff options
author | acm <acm@FreeBSD.org> | 2007-03-01 23:32:53 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-03-01 23:32:53 +0800 |
commit | cdaa3fcd3d39451f4d75d57c193287c7f72214e2 (patch) | |
tree | 0111135ef5820319bb1d3d2a9ce2b8730368ef45 /graphics/php4-ffmpeg | |
parent | 09167a7f210a2a6e469ad2e66c8fc38468c87597 (diff) | |
download | freebsd-ports-gnome-cdaa3fcd3d39451f4d75d57c193287c7f72214e2.tar.gz freebsd-ports-gnome-cdaa3fcd3d39451f4d75d57c193287c7f72214e2.tar.zst freebsd-ports-gnome-cdaa3fcd3d39451f4d75d57c193287c7f72214e2.zip |
- Add USE_PHPIZE. It solves some problems with graphics/php4-ffmpeg and
graphics/php5-ffmpeg
Reported by: Émilien . <essai0n__ at _hotmail.com>
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 |