diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 21:40:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 21:40:36 +0000 |
commit | 033e5a62b3ca142e9aa6238b16d9f7eedb83f3a9 (patch) | |
tree | 0d4a179f26b830c58436c93ba279b3dca59f95ec /security/pear-Crypt_CBC/Makefile | |
parent | 5352f84a1e32f8a2aed9838f5558c5867923f748 (diff) |
Notes
Diffstat (limited to 'security/pear-Crypt_CBC/Makefile')
-rw-r--r-- | security/pear-Crypt_CBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index 77fdf53cedf1..69f8e0781ff3 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/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 |