diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-07 16:36:11 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-07 16:36:11 +0000 |
commit | 29746064208ffc7293d5d56a5ac7b59fc976a78d (patch) | |
tree | 7924cc205902f4c465c958123914c2ac021b2c5d /security/cyrus-sasl2-ldapdb | |
parent | b49269bfebc14c699aad8a68bf304d296f3e66b0 (diff) | |
download | ports-29746064208ffc7293d5d56a5ac7b59fc976a78d.tar.gz ports-29746064208ffc7293d5d56a5ac7b59fc976a78d.zip |
Remove useless version check. The bsd.port.mk supports only
OpenLDAP 2.2 and later.
Notes
Notes:
svn path=/head/; revision=197294
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-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 \ |