diff options
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 77eb05998219..4ec6f3d7dcfd 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -12,12 +12,12 @@ WWW= https://pear.php.net/ LICENSE= PHP301 -USES= cpe php:cli,flavors tar:xz +USES= cpe php:build,cli,flavors tar:xz CPE_VENDOR= php NO_BUILD= yes NO_ARCH= yes -USE_PHP= pcre:build xml:build zlib:build +USE_PHP= xml:build zlib:build PEARDIR= ${PREFIX}/share/pear |