summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-05-06 10:02:37 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-05-06 10:02:37 +0000
commitf25a5b5b868eaf480348b6e27dee76a141086227 (patch)
treed023b7d1ca4a395167a387cdcbdf5c5e7e27274d /www/mod_php3
parentAdd patch-ag which was forgotten when sdl-devel was originally (diff)
BUILD_DEPENDS -> LIB_DEPENDS for OpenLDAP libraries: openldap build
shared libraries, now.
Notes
Notes: svn path=/head/; revision=28309
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 388f83a7afd1..a323a432710e 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -136,8 +136,8 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-dbase"
;;
\"OpenLDAP\")
- echo "BUILD_DEPENDS+= \${PREFIX}/lib/libldap.a:\${PORTSDIR}/net/openldap"
- echo "BUILD_DEPENDS+= \${PREFIX}/lib/liblber.a:\${PORTSDIR}/net/openldap"
+ echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap"
+ echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap"
echo "PHP_CONF_ARGS+= --with-ldap=\${PREFIX}"
if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a ]; then
echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'"