summaryrefslogtreecommitdiff
path: root/security
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 /security
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 'security')
-rw-r--r--security/cyrus-sasl/scripts/configure.sasl4
-rw-r--r--security/pam_ldap/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl/scripts/configure.sasl b/security/cyrus-sasl/scripts/configure.sasl
index 8f72f3e0f437..d3ae71970648 100644
--- a/security/cyrus-sasl/scripts/configure.sasl
+++ b/security/cyrus-sasl/scripts/configure.sasl
@@ -141,8 +141,8 @@ while [ "$1" ]; do
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
exit 1
fi
- 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}"
OPENLDAP=1
;;
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 43680fbcbb1e..e80bc124cad9 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -20,8 +20,8 @@ MAINTAINER= marcus@FreeBSD.org
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \
lber.2:${PORTSDIR}/net/openldap2
.else
-LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \
- lber.1:${PORTSDIR}/net/openldap
+LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \
+ lber.1:${PORTSDIR}/net/openldap12
.endif
USE_GMAKE= yes