diff options
author | ume <ume@FreeBSD.org> | 2007-08-08 00:36:11 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-08-08 00:36:11 +0800 |
commit | 79588bd873d0704083da1984901fb348ac68d9a3 (patch) | |
tree | 85c8c1dc983b3b52a9026cf75c45bffde08c790e /security | |
parent | b87e3b89d88c4123092ab883e97de2945417d6f0 (diff) | |
download | freebsd-ports-gnome-79588bd873d0704083da1984901fb348ac68d9a3.tar.gz freebsd-ports-gnome-79588bd873d0704083da1984901fb348ac68d9a3.tar.zst freebsd-ports-gnome-79588bd873d0704083da1984901fb348ac68d9a3.zip |
Remove useless version check. The bsd.port.mk supports only
OpenLDAP 2.2 and later.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2-ldapdb/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile index 0776a5fc6226..fd7fbc121015 100644 --- a/security/cyrus-sasl2-ldapdb/Makefile +++ b/security/cyrus-sasl2-ldapdb/Makefile @@ -35,9 +35,6 @@ GNU_CONFIGURE= yes .if defined(WITH_OPENLDAP_VER) WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} .endif -.if defined(WANT_OPENLDAP_VER) && ${WANT_OPENLDAP_VER} == 12 -BROKEN= "this port requires OpenLDAP >= 2.0" -.endif USE_OPENLDAP= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ |