diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-15 01:49:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-15 01:49:35 +0800 |
commit | 8e524ce9d0f91a793183b6d6148fe53da6f770d8 (patch) | |
tree | a0a177cd38fbfd59875d949b9315c3a04bb32d35 /mail/sendmail812/Makefile | |
parent | 01506420a2c6e613e083cd92721bde0bbe6182e0 (diff) | |
download | freebsd-ports-gnome-8e524ce9d0f91a793183b6d6148fe53da6f770d8.tar.gz freebsd-ports-gnome-8e524ce9d0f91a793183b6d6148fe53da6f770d8.tar.zst freebsd-ports-gnome-8e524ce9d0f91a793183b6d6148fe53da6f770d8.zip |
- make option LDAP_PORT overwriteable
Diffstat (limited to 'mail/sendmail812/Makefile')
-rw-r--r-- | mail/sendmail812/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index cd209423f72c..ce1d776b01bf 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/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 |