diff options
author | ale <ale@FreeBSD.org> | 2012-05-20 14:42:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-20 14:42:55 +0800 |
commit | d829ddb636401f0a885021a9faa2577153e902c8 (patch) | |
tree | ae3aa4869387a8342eaad867ca624f4cc4f1210c /archivers | |
parent | 5a884241854e309541424eeb9908f042c14dd2e6 (diff) | |
download | freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.gz freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.zst freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.zip |
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav
Pointyhat to: me
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pecl-bz2/Makefile | 2 | ||||
-rw-r--r-- | archivers/pecl-lzf/Makefile | 2 | ||||
-rw-r--r-- | archivers/pecl-phk/Makefile | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/archivers/pecl-bz2/Makefile b/archivers/pecl-bz2/Makefile index 41046af47d7e..04619aa9d295 100644 --- a/archivers/pecl-bz2/Makefile +++ b/archivers/pecl-bz2/Makefile @@ -18,6 +18,8 @@ COMMENT= A Bzip2 management extension USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-bz2 diff --git a/archivers/pecl-lzf/Makefile b/archivers/pecl-lzf/Makefile index 7f16ad967dc0..702d3f8318a3 100644 --- a/archivers/pecl-lzf/Makefile +++ b/archivers/pecl-lzf/Makefile @@ -18,6 +18,8 @@ COMMENT= Handles LZF de/compression USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-lzf WRKSRC= ${WRKDIR}/${DISTNAME:U} diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index 1ae9e4148f81..828eeacbd710 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -21,7 +21,8 @@ LICENSE= PHP301 USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=4 +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-phk |