diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:56:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:56:37 +0800 |
commit | 544f9849b22a6733525cf89275ce487f42170cec (patch) | |
tree | 60368eab3f8d0ab9b25c5b785c06938e8d75d0fc /security | |
parent | 028f9dc14fc733d3789fb0a3d0caa2aa92a73020 (diff) | |
download | freebsd-ports-gnome-544f9849b22a6733525cf89275ce487f42170cec.tar.gz freebsd-ports-gnome-544f9849b22a6733525cf89275ce487f42170cec.tar.zst freebsd-ports-gnome-544f9849b22a6733525cf89275ce487f42170cec.zip |
Point dependencies on net/openldap2 to net/openldap20
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/scripts/configure.sasl | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/scripts/configure.sasl | 4 | ||||
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 | ||||
-rw-r--r-- | security/heimdal/Makefile | 2 | ||||
-rw-r--r-- | security/opensc/Makefile | 2 | ||||
-rw-r--r-- | security/pam_ldap/Makefile | 4 |
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 |