diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-15 04:39:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-15 04:39:21 +0000 |
commit | bf3c76f53a3797fd779c67c808e26091de2f6758 (patch) | |
tree | 53905a0e1cb6e1347bb66ed4d2a8d1bda5d5845f /mail/sendmail811 | |
parent | 8ff9b87bcfea429e1069c389201a9845a8a4fa9b (diff) | |
download | ports-bf3c76f53a3797fd779c67c808e26091de2f6758.tar.gz ports-bf3c76f53a3797fd779c67c808e26091de2f6758.zip |
Notes
Diffstat (limited to 'mail/sendmail811')
-rw-r--r-- | mail/sendmail811/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 90b3b62b1e82..9b40660c6737 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -26,6 +26,7 @@ MAN1= mailq.1 newaliases.1 vacation.1 MAN5= aliases.5 MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ mail.local.8 rmail.8 +LDAP_PORT?= net/openldap20-client # Options to define Features: # SENDMAIL_WITHOUT_IPV6=yes @@ -37,8 +38,8 @@ MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ .if defined(SENDMAIL_WITH_LDAP) PKGNAMESUFFIX?= -ldap -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} +LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} .endif .if defined(SENDMAIL_WITH_SASL) LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |