summaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
commitf71e42907968a943a487a706769c1e40b0bac763 (patch)
treebe2af8add66fe5e1ce694fa8b4ec5da15630db07 /www/mod_php4
parentchange 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 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php4
1 files changed, 2 insertions, 2 deletions
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