diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:49:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:49:35 +0000 |
commit | 827ad62b343a4bb895ff402f4f961a320bc6d4ac (patch) | |
tree | d43aa3a1ee1a3891ff01af32481e6ef53450ec8c /mail/sendmail | |
parent | 2c8d21c1d88d6b6d12a2e459b1f93d9f6a951d51 (diff) |
Notes
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index cd209423f72c..ce1d776b01bf 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -27,7 +27,7 @@ MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ mail.local.8 rmail.8 editmap.8 SENDMAIL= ${PREFIX}/sbin/sendmail PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} -LDAP_PORT= net/openldap20-client +LDAP_PORT?= net/openldap20-client # Options to define Features: # SENDMAIL_WITHOUT_IPV6=yes |