aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-24 10:26:55 +0800
committeredwin <edwin@FreeBSD.org>2003-02-24 10:26:55 +0800
commitaa907393a43d485ac47828736a41d6eb86da75c1 (patch)
treeb432e76194a3ecb6580c9967b951af7bea6e42ee /www/mod_php4
parent8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff)
downloadfreebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz
freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.zst
freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.zip
Point dependencies on net/openldap to net/openldap12
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