diff options
Diffstat (limited to 'devel/pecl-bcompiler/Makefile')
-rw-r--r-- | devel/pecl-bcompiler/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/pecl-bcompiler/Makefile b/devel/pecl-bcompiler/Makefile index 2d3b294..f8bfc77 100644 --- a/devel/pecl-bcompiler/Makefile +++ b/devel/pecl-bcompiler/Makefile @@ -13,9 +13,8 @@ COMMENT= Bytecode compiler extension LICENSE= PHP202 -USES= tar:tgz -USE_PHP= bz2 -USE_PHPEXT= yes +USES= php:ext tar:tgz +USE_PHP= bz2:build IGNORE_WITH_PHP=56 70 CONFIGURE_ARGS= --enable-bcompiler |