diff options
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 62cd1c990697..9e3b8e17a0ed 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -13,14 +13,12 @@ LICENSE= PHP301 BROKEN_powerpc64= Does not build -USES= cpe tar:bzip2 +USES= cpe php:cli tar:bzip2 CPE_VENDOR= php NO_BUILD= yes NO_ARCH= yes -WANT_PHP_CLI= yes -USE_PHP= pcre xml zlib -USE_PHP_BUILD= yes +USE_PHP= pcre:build xml:build zlib:build PEARDIR= ${PREFIX}/share/pear |