diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-26 10:47:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-26 10:47:55 +0800 |
commit | a0f8c62abcb7876c9b12c61d288e50caad17a6f6 (patch) | |
tree | 43b345528d59dff723e55eda7666e27283e092ee /security/pear-Auth_SASL | |
parent | ddbc0ca90b3126125d71def770b9fc0a7bded362 (diff) | |
download | freebsd-ports-gnome-a0f8c62abcb7876c9b12c61d288e50caad17a6f6.tar.gz freebsd-ports-gnome-a0f8c62abcb7876c9b12c61d288e50caad17a6f6.tar.zst freebsd-ports-gnome-a0f8c62abcb7876c9b12c61d288e50caad17a6f6.zip |
make index and kris happy
Diffstat (limited to 'security/pear-Auth_SASL')
-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 |