diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-03 11:21:50 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-03 11:21:50 +0000 |
commit | dc05a053aded0bfb4b842c15ddfe7d58562e2c93 (patch) | |
tree | d2f40e84b5e76152785f3fc530e7aa8982a2d175 /mail/Makefile | |
parent | Remove a comment obsoleted by rev 1.89 of ports/mail/exim/Makefile . (diff) |
Add slave port for Exim so that packages will be built for Exim
that include support for LDAP using OpenLDAP2.
Notes
Notes:
svn path=/head/; revision=44692
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index f134cddb50f8..e98932c29523 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -31,6 +31,7 @@ SUBDIR += evolution SUBDIR += exim SUBDIR += exim-ldap + SUBDIR += exim-ldap2 SUBDIR += exim-mysql SUBDIR += exim-postgresql SUBDIR += exmh2 |