diff options
author | nectar <nectar@FreeBSD.org> | 2004-02-02 15:24:36 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-02-02 15:24:36 +0000 |
commit | afb2b5659cd5acef28e07a6669c29841e95ecfad (patch) | |
tree | b485b20f724ae3d57049c773fa7cc44b4d86f5ef /net | |
parent | 5b9ac883d395c83db6b1f5f89943c1cf77e14a89 (diff) | |
download | FreeBSD-ports-afb2b5659cd5acef28e07a6669c29841e95ecfad.zip FreeBSD-ports-afb2b5659cd5acef28e07a6669c29841e95ecfad.tar.gz |
USE_OPENLDAP
Submitted by: Darrin Smith <beldin@beldin.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/nss_ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index d17d716..cd5cc64 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= nss_ldap PORTVERSION= 1.${NSS_LDAP_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.padl.com/download/ DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} MAINTAINER= nectar@FreeBSD.org COMMENT= RFC 2307 NSS module -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client +USE_OPENLDAP= yes NSS_LDAP_VERSION=204 |