From e53dff475ff3ad2cb284c8c251de9b322499a57f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 24 Feb 2003 02:56:37 +0000 Subject: Point dependencies on net/openldap2 to net/openldap20 --- security/cyrus-sasl/scripts/configure.sasl | 4 ++-- security/cyrus-sasl2/scripts/configure.sasl | 4 ++-- security/gnupg/Makefile | 2 +- security/gnupg1/Makefile | 2 +- security/heimdal/Makefile | 2 +- security/opensc/Makefile | 2 +- security/pam_ldap/Makefile | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'security') 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 .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 -- cgit v1.2.3