aboutsummaryrefslogtreecommitdiffstats
path: root/security
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 /security
parent8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff)
downloadfreebsd-ports-graphics-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz
freebsd-ports-graphics-aa907393a43d485ac47828736a41d6eb86da75c1.tar.zst
freebsd-ports-graphics-aa907393a43d485ac47828736a41d6eb86da75c1.zip
Point dependencies on net/openldap to net/openldap12
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 8f72f3e0f43..d3ae7197064 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 43680fbcbb1..e80bc124cad 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