diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
commit | f71e42907968a943a487a706769c1e40b0bac763 (patch) | |
tree | be2af8add66fe5e1ce694fa8b4ec5da15630db07 /www | |
parent | change subdir for net/openldap -> net/openldap12 (diff) |
Point dependencies on net/openldap to net/openldap12
Notes
Notes:
svn path=/head/; revision=76344
Diffstat (limited to '')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/web500gw/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 737e0381ab7f..c31f8f45abcf 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -135,8 +135,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-dbase" ;; \"OpenLDAP\") - echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" - echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" + echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap12" + echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap12" echo "CONFIGURE_ARGS+=--with-ldap=\${PREFIX}" if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then LIBS="${LIBS} -lkrb -ldes -L\${PREFIX}/lib" diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 34d36c2154c1..dafcd70dd7ce 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -219,8 +219,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}" ;; \"OpenLDAP1\") - echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" - echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" + echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap12" + echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap12" echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" if [ "$OPENLDAP2" ]; then echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 34d36c2154c1..dafcd70dd7ce 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -219,8 +219,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}" ;; \"OpenLDAP1\") - echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" - echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" + echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap12" + echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap12" echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" if [ "$OPENLDAP2" ]; then echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 36c4323efc69..6f1e8e700776 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -19,7 +19,7 @@ PATCHFILES= modtmpl.patch MAINTAINER= Karl.Dietz@frankfurt.netsurf.de COMMENT= HTTP gateway to LDAP-based directories -BUILD_DEPENDS= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap +BUILD_DEPENDS= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap12 INSTDIR= ${PREFIX}/bin |