summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-03-20 04:48:23 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-03-20 04:48:23 +0000
commited5dc3580f7e41848e140521ab2fd025c1013539 (patch)
tree6041957c96d7ea29f48ef41f5867a6e28eb21386 /mail
parentRemove BROKEN: update to version 1.1 (diff)
Remove all openldap{1,2} port references in favor of USE_OPENLDAP
Reminded by: eik
Notes
Notes: svn path=/head/; revision=104695
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail-ldap/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile
index 12f7acba8fe0..7c5ffd375b3b 100644
--- a/mail/qmail-ldap/Makefile
+++ b/mail/qmail-ldap/Makefile
@@ -20,18 +20,8 @@ EXTRA_PATCHES+= ${QMAIL_PORT_PATCHDIR}/patch-ab ${QMAIL_PORT_PATCHDIR}/patch-ac
MAINTAINER= lioux@FreeBSD.org
COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support
-# openldap12 is about to be removed
-WITH_LDAP2= yes
-
-.if !defined(WITH_LDAP2)
-LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
-.else
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
-.endif
-
-.if defined(WITH_LDAP2)
+USE_OPENLDAP= yes
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}2
-.endif # WITH_LDAP2
.if !defined(WITHOUT_TLS)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-with_tls
@@ -66,7 +56,6 @@ DOCFILES+= ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/QLDAPNEWS \
slaveport-pre-fetch: qmail-ldap-pre-fetch
qmail-ldap-pre-fetch:
- @${ECHO_MSG} "WITH_LDAP2=yes builds with LDAP2 instead of LDAP"
@${ECHO_MSG} "WITHOUT_TLS=yes disable SMTP TLS support"
@${ECHO_MSG} "WITHOUT_LDAP_CLUSTER=yes disable cluster support"
@${ECHO_MSG} "WITHOUT_AUTOMAILDIRMAKE=yes disable the auto-maildir-make feature"