diff options
Diffstat (limited to 'devel/pear-HTML_Common')
-rw-r--r-- | devel/pear-HTML_Common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-HTML_Common/Makefile b/devel/pear-HTML_Common/Makefile index 538db6f4d788..e24a4e0c7b9b 100644 --- a/devel/pear-HTML_Common/Makefile +++ b/devel/pear-HTML_Common/Makefile @@ -27,7 +27,7 @@ NO_BUILD= yes .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix .else -PHP_BASE!= ${LOCALBASE} +PHP_BASE= ${LOCALBASE} .endif PEAR= ${LOCALBASE}/bin/pear LPHP_LIB= lib/php |