diff options
Diffstat (limited to 'devel/pear-PEAR/Makefile.common')
-rw-r--r-- | devel/pear-PEAR/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index d229ae24032..25610e9dad8 100644 --- a/devel/pear-PEAR/Makefile.common +++ b/devel/pear-PEAR/Makefile.common @@ -7,7 +7,9 @@ PKGNAMEPREFIX= pear- EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR +.if !defined(USE_PHPIZE) NO_BUILD= yes +.endif .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix |