From f25a5b5b868eaf480348b6e27dee76a141086227 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sat, 6 May 2000 10:02:37 +0000 Subject: BUILD_DEPENDS -> LIB_DEPENDS for OpenLDAP libraries: openldap build shared libraries, now. --- www/mod_php5/scripts/configure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_php5/scripts/configure.php') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 0f98a3fb6509..ac54e5f9076c 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -120,8 +120,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'" -- cgit v1.2.3