diff options
author | oliver <oliver@FreeBSD.org> | 2004-12-19 19:25:28 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-12-19 19:25:28 +0800 |
commit | 01e6f4c661147ae1ebe96fc2d27b9e1a0462fda1 (patch) | |
tree | 3ba94247f1e1b83a32162b3860f8b1be51ae7e36 /mail/Makefile | |
parent | 44523f04d06dfc18c8ad862521457a959ba374ea (diff) | |
download | freebsd-ports-gnome-01e6f4c661147ae1ebe96fc2d27b9e1a0462fda1.tar.gz freebsd-ports-gnome-01e6f4c661147ae1ebe96fc2d27b9e1a0462fda1.tar.zst freebsd-ports-gnome-01e6f4c661147ae1ebe96fc2d27b9e1a0462fda1.zip |
Add courier-authlib
<quote>
Copies of this library code used to exist in other tarballs: Courier,
Courier-IMAP, and SqWebMail. Building and installing any of these packages
would've automatically installed this authentication code.
The authentication library is now a separate, standalone package. This
authentication library must now be installed, separately, before upgrading
to the following builds (or if installing them for the first time):
Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information.
</quote>
http://www.courier-mta.org/authlib/
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 03345afdc6df..8d84f4f7850f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -40,6 +40,7 @@ SUBDIR += contact-lookup-applet SUBDIR += coolmail SUBDIR += courier + SUBDIR += courier-authlib SUBDIR += courier-imap SUBDIR += crashecho SUBDIR += crm114 |