diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-26 02:47:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-26 02:47:55 +0000 |
commit | 425e1e48f20215d3059a4ab28fd3efb407b99184 (patch) | |
tree | 27b5025fc6c0d1081922f1ea2dd6e0c49205048c /security/pear-Auth_SASL/Makefile | |
parent | 98e93a4bec74cfdaf6e2522375d910b1e4b57779 (diff) | |
download | ports-425e1e48f20215d3059a4ab28fd3efb407b99184.tar.gz ports-425e1e48f20215d3059a4ab28fd3efb407b99184.zip |
Notes
Diffstat (limited to 'security/pear-Auth_SASL/Makefile')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 76b4bd69916b..9177faa6f910 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -26,7 +26,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 |