summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 01:46:20 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 01:46:20 +0000
commit64e4c650a786c27f77c2c024821f9e43553f8509 (patch)
treeb6705fcb43cb995872ed05918437d64e70cd1462 /devel
parentnet/openldap21 to 2.1.16 (diff)
devel/pear-install: fixing an install issue.
Under some circumstances, Makefile may fail to define PEAR_DIR. This PR forces PHP_BASE to LOCALBASE when php-config is not found. PR: ports/50001 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=77716
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-install/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pear-install/Makefile b/devel/pear-install/Makefile
index 4d6e2c0328a7..d1c8efa0364a 100644
--- a/devel/pear-install/Makefile
+++ b/devel/pear-install/Makefile
@@ -28,6 +28,7 @@ PHP_VERSION!= ${LOCALBASE}/bin/php-config --version
PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
.else
PHP_VERSION= 4.3.0
+PHP_BASE= ${LOCALBASE}
.endif
LPHP_LIB= lib/php