diff options
Diffstat (limited to 'devel/pear-Date/Makefile')
-rw-r--r-- | devel/pear-Date/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile index 0be0463e1aa4..e404ff8c069a 100644 --- a/devel/pear-Date/Makefile +++ b/devel/pear-Date/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 |