summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:56:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:56:37 +0000
commite53dff475ff3ad2cb284c8c251de9b322499a57f (patch)
tree660b6122e5eceb261615831099ce8d0a664f62f0 /security
parentMove net/openldap2 to net/openldap20 (diff)
Point dependencies on net/openldap2 to net/openldap20
Notes
Notes: svn path=/head/; revision=76346
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/scripts/configure.sasl4
-rw-r--r--security/cyrus-sasl2/scripts/configure.sasl4
-rw-r--r--security/gnupg/Makefile2
-rw-r--r--security/gnupg1/Makefile2
-rw-r--r--security/heimdal/Makefile2
-rw-r--r--security/opensc/Makefile2
-rw-r--r--security/pam_ldap/Makefile4
7 files changed, 10 insertions, 10 deletions
diff --git a/security/cyrus-sasl/scripts/configure.sasl b/security/cyrus-sasl/scripts/configure.sasl
index d3ae71970648..5f0aa68d544a 100644
--- a/security/cyrus-sasl/scripts/configure.sasl
+++ b/security/cyrus-sasl/scripts/configure.sasl
@@ -152,8 +152,8 @@ while [ "$1" ]; do
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
exit 1
fi
- 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=\${PREFIX}"
OPENLDAP=1
;;
diff --git a/security/cyrus-sasl2/scripts/configure.sasl b/security/cyrus-sasl2/scripts/configure.sasl
index 747eff735b80..0ced2b0a6a71 100644
--- a/security/cyrus-sasl2/scripts/configure.sasl
+++ b/security/cyrus-sasl2/scripts/configure.sasl
@@ -107,8 +107,8 @@ while [ "$1" ]; do
DEFMYSQL=1
;;
\"OpenLDAP\")
- 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=\${PREFIX}"
OPENLDAP=1
;;
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 917f25df90b6..6e91eb9737a1 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -36,7 +36,7 @@ MAN7= gnupg.7
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
.endif
.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
PLIST_SUB+= WITH_LDAP=""
.else
PLIST_SUB+= WITH_LDAP="@comment "
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 917f25df90b6..6e91eb9737a1 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -36,7 +36,7 @@ MAN7= gnupg.7
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
.endif
.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
PLIST_SUB+= WITH_LDAP=""
.else
PLIST_SUB+= WITH_LDAP="@comment "
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index c2bf30da66cb..f406d257a9f9 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -18,7 +18,7 @@ DISTNAME= heimdal-${PORTVERSION}
MAINTAINER= nectar@FreeBSD.ORG
.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
.endif
.if defined(WITH_CRACKLIB)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 9087661781d9..96f0d04ce943 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= bms@spc.org
COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible)
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite \
- ldap.2:${PORTSDIR}/net/openldap2
+ ldap.2:${PORTSDIR}/net/openldap20
INSTALLS_SHLIB= yes
USE_OPENSSL= yes
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index e80bc124cad9..822446581f86 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -17,8 +17,8 @@ MAINTAINER= marcus@FreeBSD.org
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_LDAP_V3)
-LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \
- lber.2:${PORTSDIR}/net/openldap2
+LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \
+ lber.2:${PORTSDIR}/net/openldap20
.else
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \
lber.1:${PORTSDIR}/net/openldap12