diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:56:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:56:37 +0800 |
commit | 544f9849b22a6733525cf89275ce487f42170cec (patch) | |
tree | 60368eab3f8d0ab9b25c5b785c06938e8d75d0fc /www/mod_php4 | |
parent | 028f9dc14fc733d3789fb0a3d0caa2aa92a73020 (diff) | |
download | freebsd-ports-gnome-544f9849b22a6733525cf89275ce487f42170cec.tar.gz freebsd-ports-gnome-544f9849b22a6733525cf89275ce487f42170cec.tar.zst freebsd-ports-gnome-544f9849b22a6733525cf89275ce487f42170cec.zip |
Point dependencies on net/openldap2 to net/openldap20
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index dafcd70dd7ce..ba30bbc87754 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -233,8 +233,8 @@ while [ "$1" ]; do OPENLDAP1=1 ;; \"OpenLDAP2\") - echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2" - echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap2" + echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20" + echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap20" echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" if [ "$OPENLDAP1" ]; then echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr |